Compare a) FtpDLX with SFTP and SSH and b) FTP Ser (wodSFTP / wodSFTP.NET / wodSFTPdll)
I need to add a facility in my applications for transferring files securely.
I intend to run a server (ftp?) at the central location.
I intend to have a client at branch location.
I need help in determining which set of components will help in building this support.
If I need to switch from one set of protocol to another, is it possible to do that without huge penalty?
Regards,
-ketan
Re: Compare a) FtpDLX with SFTP and SSH and b) FTP
Ketan,
you should choose wodFtpDLX. It supports more than one FTP protocol, and will allow you to upload/download files securely.
If you decide to change the protocol, all you need to do is change Protocol property, and rest of your code remains exactly the same.
wodFtpDLX has same interface no matter which protocol is selected.
Hope I helped.
Kreso