FTP vs SFTP vs FTPS: ports and safety
FTP uses TCP 21 plus a separate data channel, FTPS adds TLS, SFTP rides SSH on port 22. Which ports to open, and why plain FTP leaks your password.
Filtering by topic #file-transfer · clear
FTP uses TCP 21 plus a separate data channel, FTPS adds TLS, SFTP rides SSH on port 22. Which ports to open, and why plain FTP leaks your password.
Copy a directory to another server with tar and SSH: why -f - is needed, where -C goes, who owns the extracted files, and compression in the pipe.