sFTP

I had an app which was using FTP Helper to download some files. I was working well. But I am now requested to change the FTP to sFTP. I tried to change the port to 22 in the FTP Helper but I got “invalid server reply” when I tried to download files.

Anyone has experience on using sFTP in corona?

I tried it last time, and there wasn’t a solution found. sFTP needs a cert to be included and used, unlike FTP. So changing the ports will not work.

You may want to upload the file to a server (your own), then use the server to sFTP to another server.

I tried it last time, and there wasn’t a solution found. sFTP needs a cert to be included and used, unlike FTP. So changing the ports will not work.

You may want to upload the file to a server (your own), then use the server to sFTP to another server.