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/
Watch video How To Use SFTP to Securely Transfer Files with a Remote Server online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 24 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 534 once and liked it 41 people.