FTP, the File Transfer Protocol, was a popular, unencrypted method of transferring files between two remote systems. As of 2022, it has been deprecated by most modern software due to a lack of security, and can mostly only be used in legacy applications.
SFTP, which stands for Secure File Transfer Protocol, is a separate protocol packaged built into SSH that can implement FTP commands over a secure connection. Typically, it can act as a drop-in replacement in any contexts where an FTP server is still needed.
In almost all cases, SFTP is preferable to FTP because of its underlying security features and ability to piggy-back on an SSH connection. FTP is an insecure protocol that should only be used in limited cases or on networks you trust.
In this video you will learn how to use SFTP using the example of an Ubuntu server and a Windows 10 PC
Commands Used
sftp username@your_server_ip_or_remote_hostname
help
pwd
ls
ls -la
cd Directory
lpwd
lls
lcd Desktop
get remoteFile
get remoteFile localFile
put localFile
df -h
!
df -h
exit
Useful Links
VPS/VDS - https://www.mivocloud.com/
Смотрите видео How To Use SFTP to Securely Transfer Files with a Remote Server онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MivoCloud 24 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 534 раз и оно понравилось 41 людям.