Description
bool
ftp_fput
( resource ftp_stream, string remote_file, resource handle, int
mode [, int startpos])
ftp_fput(
)
uploads
the
data
from
the
file
pointer
handle
ftp_fput(
)
uploads
the
data
from
the
file
pointer
handle
until
the
end
of
the
file
is
reached
.
Returns
TRUE
on
success
,
FALSE
on
failure
.