From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Connecting to an SFTP server - FTP Tutorial
From the course: Learning SFTP
Connecting to an SFTP server
- [Instructor] One method of using SFTP to transfer files is by using the command line interface SFTP tool in a terminal or console. To do that, I'll open up a terminal here on my system and then I'll type the command sftp, which is usually available on any system that already has SSH client software installed, which is the case on modern Windows systems, on Macs, and on most Linux systems. After that, I'll provide the information that I'll use to connect to my remote server. In this case, it's my username followed by the @, followed by the server's address. That address could be a numeric IP address like I have here, or it could be a host name or a fully qualified domain name, depending on how your server is set up. Here in my practice lab, I'll just use the IP address. But if I were connecting to an SFTP server that was part of a company network or one that I'm accessing in the cloud, it's more likely that I'd use a fully qualified domain name instead, like myserver.com or…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Connecting to an SFTP server2m 52s
-
(Locked)
SFTP commands6m 21s
-
(Locked)
Using SFTP at the command line10m 2s
-
(Locked)
Using the Cyberduck SFTP client for Windows and macOS5m 36s
-
(Locked)
Using the WinSCP SFTP client for Windows4m 1s
-
(Locked)
Using SFTP in the VS Code editor4m 53s
-
(Locked)
Using SFTP in GoCoEdit on a mobile device2m 8s
-
(Locked)
Working with files remotely2m 53s
-
(Locked)
Managing a website with SFTP9m 8s
-
(Locked)
Troubleshooting an SFTP connection2m 13s
-
(Locked)
-