From the course: Learning SSH
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Transferring files with SFTP - SSH Tutorial
From the course: Learning SSH
Transferring files with SFTP
- [Instructor] OpenSSH along with many other implementations of SSH server and client software support a protocol called SFTP or SSH file transfer protocol. This is a combination of the old and insecure FTP or file transfer protocol wrapped up in the security provided by an SSH connection. FTP was popular for decades as a way to transfer files between computers and it established a model that's still widely used today. FTP style transfers, where a file is uploaded or downloaded to or from a client or server using commands called put and get, persist in many corners of the web and are used in many software development contexts as well. But the classic FTP protocol by itself is notoriously insecure and really shouldn't be used by itself anymore. With OpenSSH, we can use our SSH credentials and the encrypted SSH connection to transfer files without any additional software. Though, many file management programs include support…
Contents
-
-
-
-
-
(Locked)
Transferring files with SFTP5m 45s
-
(Locked)
Transferring files with SCP2m 49s
-
(Locked)
Multi-step SSH connections4m 48s
-
(Locked)
Port forwarding with SSH1m 48s
-
(Locked)
Local port forwarding4m 3s
-
(Locked)
Remote port forwarding2m 13s
-
(Locked)
Dynamic port forwarding3m 13s
-
(Locked)
Options to use with port forwarding2m 27s
-
(Locked)
Tools that use and extend SSH3m 58s
-
(Locked)
Securing an SSH server4m 29s
-
(Locked)
Troubleshooting SSH6m 35s
-
(Locked)
-