I cannot get my SSH FTP server to work right. I am planning on using the SFTP to send files securely over the internet to my server. I am running XP Pro, I have tried OpenSSH and CoreFTP (currently trying CoreFTP since it seems easier.) I have set them both up, verified that the service is running, and when I try to connect using MoveIt Freely (A free SFTP program, opens identically to
ftp.exe), it doesn't do anything. I type:
open 127.0.0.1 22
and it immediately gives me this line:
SSH-2.0-CoreFTP-0.1.1
Then after a timeout it says:
ftp: connect: There was no response.
What am I doing wrong?