API to monitor TransferClient.startRemoteMove #3189
Unanswered
Gepporello
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using an SFTP Connector as a client to transfer files to/from an SFTP Remote Server. I've been using successfully the following code to move files between folders in the Remote Server:
The code works and the moveId variable is populated with a unique ID (e.g. 7261e15d-3e46-4e02-8a6a-fc44f86c56af)
I expect to use the ID above to monitor the completion of the move operation, as StartRemoteMoveRequest is asynchronous, so it just instruct the SFTP Connector to initiate the move, it doesn't guarantee success.
How can I do that?
P.S. I'm hoping to find something similar to the following:
which is used to monitor the completion of a file transfer initiated by:
Beta Was this translation helpful? Give feedback.
All reactions