How to know when WinSCP finished transfer.?

Advertisement

fmhigue
Joined:
Posts:
1
Location:
Torreon, Mexico

How to know when WinSCP finished transfer.?

I am working with NAV 5.0 SP1 and I am using WinSCP in order to send/receive files from a SFTP Site. The programs is working just perfect but I got a question.

I need to identify whenever the programs finishes sending/getting file from my vendor SFTP. It seems the return code is the value I can use? But I don't really know how to.

This is how I call WinSCP.
retCode:=AwShShell.Run('Winscp /Console ' +
'/Script=' + TsftpSetup."Inbound Folder" + scriptFileName + ' ' +
'/Log=' + TsftpSetup."Inbound Folder" + logName,
wshMode,waitForEndOfCommand);

Any ideas?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: How to know when WinSCP finished transfer.?

Yes, you want to use an exit code of WinSCP.
But I have no idea what language/development environment you are using, so I cannot help you.

Reply with quote

Advertisement

You can post new topics in this forum