Descripción
int
ftp_put
( int ftp_stream, string remote_file, string local_file, int
mode)
Si
tiene
éxito
,
devuelve
TRUE
.
En
caso
de
error
,
devuelve
FALSE
.
ftp_put(
)
sube
el
fichero
local
local_file
al
servidor
FTP
y
lo
guarda
como
remote_file
.
El
modo
de
transferencia
especificado
por
el
parámetro
mode
debe
ser
FTP_ASCII
o
bien
FTP_BINARY
.