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.sftp:symlink
 
pub.client.sftp:symlink
WmPublic. Creates a symbolic link between the old path and the new path of a file.
Input Parameters
sessionKey
String Unique key for the current SFTP session. The sessionKey is returned by the pub.client.sftp:login service.
oldPath
String Old path of the file for which you want to create a symbolic link.
newPath
String New path of the file to which the symbolic link should point.
Output Parameters
returnCode
String Standard SFTP protocol return code.
returnMsg
String Text message describing the return code.
Usage Notes
You cannot execute SFTP commands in parallel using the same session key.