FTP Object
 
Syntax
 
FTP.PutFile(localFilename As String, remoteFilename As String) As Long
 
Description
Copies a local file to the current directory on the FTP server.
 
Parameter
Description
localFilename
String, the path and file name of the file to be uploaded.
remoteFilename
String, the name of the remote file to be uploaded as.
See Also