We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hi,
Is there anything available to do SFTP or FTPS?
Has anyone here tried it?
Chris
No, only secure sockets are available.
Ok..
So can I open a secure socket, and then use the IP easy ftp protocol on top of it?
No, will not work this way, FTP commands use own socket handling system.
Do you have any host based code which I could get hold of?
You might spot that I’m struggling to figure out a good solution for this..
What kind of host do you target? While can be seen as feasible with an ARM, I suppose with a 8 bit micro is a no no.
And, what secure FTP variant?
So, i’ll have to do it with a python app then..
ARM LPC 1765 🙂
Well, any variant of secure ftp really, but the server has :-
the standard FTP 7.5 service from Microsoft that comes with Windows Server 2008 R2.
I believe the Microsoft FTP service will support the following options:
· 1. TLS-C/TLS
– Use TLS for the connection with RFC2228 defaults.
2. TLS-P/SSL – Use TLS for the connection.