Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Client Folder | Summary of Elements in this Folder | pub.client.ftp:rename
 
pub.client.ftp:rename
WmPublic. Renames a file on a remote FTP server. (This service corresponds to the standard FTP command rename.)
Input Parameters
sessionkey
String Unique key for the current FTP session. The sessionkey is returned by the pub.client.ftp:login service.
oldname
String Fully qualified name of the file you want to rename (for example, temp/oldname.txt).
newname
String New fully qualified name for the file (for example, temp/newname.txt).
Output Parameters
returncode
String Standard FTP protocol return code.
returnmsg
String Standard FTP protocol return message.
logmsg
String FTP log messages for the entire user session.