FTP Object
 
Syntax
 
FTP.RenameRemoteFile(existingFilename As String, newFilename As String) As Long
 
Description
Renames a file on the FTP server.
 
Parameter
Description
existingFilename
String, the name of the remote file to be renamed.
newFilename
String, the new name for the remote file.
See Also