Automating FTP Transfers
If you are a school district, there are times when you have to transfer files securely—often, encrypted—from one location to another. It’s tempting to want to use built-in utilities in popular server operating systems, but you can also take advantage of for-cost solutions like the ones below (in no particular order and no preference/endorsement implied):
MOVEIt - Provides FTP and PGP support
http://www.ipswitchft.com/moveit-managed-file-transfer/central-workflow-automation
AutoMate
http://www.networkautomation.com/automate/features/secure-ftp/
SFTP Plus
GoAnywhere Secure FTP
http://www.goanywheremft.com/solutions/secure-ftp
Some of the features most need include:
- Automating the transfer of files from one server to another
- Securing the files with encryption (e.g. GPG/PGP)
- Verification that files were sent and received
- Encrypted transfer of files
If this has been a need in your organization, how have you resolved it? While setting up regular FTP on a FOSS server is pretty easy, I have been unsuccessful with SFTP setup. Any tips or advice?
By the way, I have to give a shout-out to GoAnywhere’s Free Open PGP Studio software!
Make Donations via PayPal below:
![]()
Everything posted on Miguel Guhlin’s blogs/wikis are his personal opinion and do not necessarily represent the views of his employer(s) or its clients. Read Full Disclosure
var _gaq = _gaq || []; _gaq.push([‘_setAccount’, ‘UA-3445626-5’]); _gaq.push([‘_setDomainName’, ‘mguhlin.org’]); _gaq.push([‘_trackPageview’]); (function() { var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true; ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s); })();