How to create secure Windows FTP automation
What's a good tool for windows FTP automation? Basically, I'm seeking a tool that runs as a service, watches a file path, and ftps any new files every few minutes.

    Requires Free Membership to View

    SearchSecurity.com members gain immediate and unlimited access to breaking industry news, virus alerts, new hacker threats, highly focused security newsletters, and more -- all at no cost. Join me on SearchSecurity.com today!

    Michael S. Mimoso, Editorial Director

    By submitting your registration information to SearchSecurity.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSecurity.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I'd strongly recommend that you consider using RichCopy. This free FTP utility from Microsoft uses normal Windows file-sharing channels to allow the multithreaded copying/synchronization of files over a network.

Since you asked this question in a security forum, I'll offer some security advice at the same time. First, except in highly unusual circumstances (such as a closed network or a read-only public download site), I would never advocate the use of FTP for the transfer of files. This protocol is inherently insecure, as it transfers authentication credentials and file contents in the clear. Instead, use RichCopy or another such tool over a secure connection, or use the ssh-enabled alternative to FTP: SFTP.

For more information:

This was first published in June 2009