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:chgrp
 
pub.client.sftp:chgrp
WmPublic. Changes the group ownership of one or more remote files.
Input Parameters
sessionKey
String Unique key for the current SFTP session. The sessionKey is returned by the pub.client.sftp:login service.
groupId
String Numeric group identifier of the group to which you want to transfer ownership of the remote files.
path
String Absolute or relative path of the remote files.
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.