Automation

Advertisement

ryc
Guest

Automation

Every day we get files on ftp server with differenct names. I want to write script that will transfer file as soon as it is posted to ftp server to the other server. Files have specific names. So, depending on name, file should be transfered to corresponning directory on the other server. Is this possible using winscp script?

Reply with quote

Advertisement

ryc
Guest

Automation

I am able to transfer file depending on name on ftp server to local machine. Once file is transfered, I want to transfer file on ftp server to archive directory in ftp folder itself depending on file name.

How can I do this tnasfering file on ftp server to different folders depending on file name?

Reply with quote

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

Re: Automation

ryc wrote:

I am able to transfer file depending on name on ftp server to local machine. Once file is transfered, I want to transfer file on ftp server to archive directory in ftp folder itself depending on file name.

How can I do this tnasfering file on ftp server to different folders depending on file name?
Yes, but it's not a trivial task. I would recommend you use the WinSCP .NET assembly
https://winscp.net/eng/docs/library

Or you can stick with scripting and XML logging. The example linked in previous topic is still the one to use as an example.
https://winscp.net/eng/docs/script_download_most_recent_file

Reply with quote

Advertisement

You can post new topics in this forum