|
ftp_putUploads a file to the FTP server Description
bool ftp_put
( resource
$ftp_stream
, string $remote_file
, string $local_file
, int $mode
[, int $startpos = 0
] )ftp_put stores a local file on the FTP server. Parameters
Return Values
Returns Examples
Example #1 ftp_put example
<?php See Also
|