Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Address of public SFTP test server [closed]

In my application I want to download file from SFTP server and for that I written one program but now I want to test it whether its working fine or not. So I need one public SFTP server so that I will download any file from it. I know public FTP server but don't know about any SFTP server. So can anyone know such SFTP server?

like image 963
Rupeshit Avatar asked Jul 26 '10 10:07

Rupeshit


People also ask

Does SFTP have IP address?

Go to the 'Remote' tab and select the 'SFTP' protocol. Specify the router's IP address in the 'Host' field (for access from the Internet, it is a WAN IP address, and for access from the local network, it is a LAN IP), the SSH port number, and the admin username and password. Important!


2 Answers

I'm using the Free Mini SFTP server linked from this page: http://www.coreftp.com/server/

It runs local which is fine for my testing. If you need a remote host, it won't help.

like image 91
Scott Isaacs Avatar answered Sep 22 '22 21:09

Scott Isaacs


have a look at this Tiny SFTP Server http://www.andrewfriedl.com/2012/06/an-sftp-test-server-you-can-run-on-your-desktop/

Update:

this seems to be a new Free SFTP Server to test: http://labs.rebex.net/tiny-sftp-server

like image 20
juFo Avatar answered Sep 22 '22 21:09

juFo