Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation in Ubuntu
wajig install ftp
FTP
-
Most FTP severs accpets only SFTP connections, which means that you have to log into those servers using
sftp
instead offtp
. The tricky part is that connecting to those servers usingftp
might hang without meaningful error messages. So if you encounter issues log into a FTP server usingftp
, trysftp
instead.sftp user@server [port]
-
ftp transfer non-text use binary mode