Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Whenever a new file is added to WinSCP FTP Server, run a .py script

This does not look like a WinSCP question. There's nothing like "WinSCP FTP Server". WinSCP is an FTP client that you might use to connect to your FTP server. But making your FTP server do something automatically is a question about the FTP server, not WinSCP.
azekler

Whenever a new file is added to WinSCP FTP Server, run a .py script

Hey! I have a FTP Server thats on an EC2 Windows machine, I also have a Python script that uploads all files from the server to a S3 bucket periodically using Windows Task Scheduler.
My question is as follows: Is there any way I can run the script automatically whenever a new file lands on the FTP Server?