Put
$FTP->Put(file, [remote,context])
- Upload the local file to the FTP server, saving it under the name remote, which if omitted is the same name as file. Returns
undefon error. context is a number to identify this operation if it is asynchronous. SeeSetStatusCallbackandGetStatusCallbackfor more information on asynchronous operations.