Integration Cloud 7.0.0 | Applications | Predefined Applications | Secure File Transfer Protocol (SFTP) | SFTP Predefined Operations | rename
 
rename
Renames a file or directory on a remote SFTP server.
Input Parameters
oldPath
String Fully qualified name of the file you want to rename (for example, temp/oldname.txt).
newPath
String New fully qualified name for the file (for example, temp/newname.txt).
Output Parameters
returnCode
String Standard SFTP protocol return code.
returnMsg
String Text message describing the return code.