wwSFTP::FtpRenameFile

Renames a file on the server without deleting and reuploading.

You can use paths with this function allowing you to essentially move files to a different folder.

o.FtpRenameFile(lcOldname, lcNewName)

Parameters

lcOldname
Name of the file to rename on the server.

lcNewName
Name of the file to rename to.

See also