Skip to content

RenameFTPFile - cFTPTransfer

Renames the file sExistingName on RemoteHost to sNewName

Type: Function
Return Data Type: Integer

Parameters

Parameter Type Description
sExistingName String The name of the existing file
sNewName String The name of the renamed file

Syntax

Function RenameFTPFile String sExistingName String sNewName Returns Integer

Call Example

Get RenameFTPFile sExistingName sNewName to IntegerVariable

Description

RenameFtpFile renames the file sExistingName on RemoteHost to sNewName.

Return Value

Returns True if successful, and False otherwise.