How To Use SFTP to Securely Transfer Files with a Remote Server

preview_player
Показать описание
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
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
Рекомендации по теме