sftp - Odd error message from ftp connecting on port 22 -
i little confused. trying ftp using port 22. says connected, not connected. here output:
dan@voldemort:~$ ftp $hname 22 connected <hostname>. ssh-2.0-openssh_5.1 ftp> ls not connected. what's going on? because using port 22? know it's ssh port, why using it.
edit: want know what's going on. not interested in other ways of transferring files, ftp clients. looking command line solution. running ubuntu.
port 22 ssh, not ftp. can't use ordinary ftp client on port 22, have use ssh-enabled ftp client.
from ubuntu command line, use sftp, not ftp.
Comments
Post a Comment