|
ftp_fputUploads from an open file to the FTP server Description
bool ftp_fput
( resource
$ftp_stream
, string $remote_file
, resource $handle
, int $mode
[, int $startpos = 0
] )ftp_fput uploads the data from a file pointer to a remote file on the FTP server. Parameters
Return Values
Returns Examples
Example #1 ftp_fput example
<?php See Also
|