Posted by Robert G Laurin on October 07, 2015 at 11:21:30:
In Reply to: WinSCP...> posted by Tom Fulton on October 07, 2015 at 09:04:48:
Yes, I use it a lot.
I created a VB.net program that is an all purpose file transfer/retrieve. It supports FTP, sFTP and SSH. It can also perform GPG encryption AND decryption using different keys. It also archives everything and produce a detailed log in case of failure (can be run in Debug mode). All required parameters are in the Setting section in the VB Solution file - no reprogramming to perform.
I Shell Execute & Wait them all the time.
We currently use it for sending Postage Manifest to the US Postal Service and Canada Post.
We also use it to transmit & receive GPG Encrypted batch payments (credit cards and recurring pre-authorized bank payments.. Using it with Chase Paymentech in the US, Paymentech/E-xact and Scotia Direct in Canada.
We use to use WS-FTP with a script, but that was a royal pain... No go on Windows 7 & up.
I can give you a hand if you want.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.