From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,000 courses taught by industry experts.
Connecting to an SFTP server - FTP Tutorial
From the course: Learning SFTP
Connecting to an SFTP server
- 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 I'll type the command SFTP which is usually available on any system that already has the SSH client software installed. 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 at sign, followed by the server's address. That address could be a numeric IP address or it could be a host name or fully qualified domain name, depending on how your server is setup. 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. I can also use other SSH command line options here, should I need to do so.…
Contents
-
-
-
-
(Locked)
Connecting to an SFTP server2m 44s
-
(Locked)
SFTP commands5m 58s
-
(Locked)
Using SFTP at the command line10m 24s
-
(Locked)
Using the Cyberduck SFTP client for Windows and macOS6m 55s
-
(Locked)
Using the WinSCP SFTP client for Windows5m 50s
-
(Locked)
Using SFTP in the VS Code editor7m 2s
-
(Locked)
Using SFTP in GoCoEdit on a mobile device2m 41s
-
(Locked)
Working with files remotely2m 59s
-
(Locked)
Managing a website with SFTP10m 21s
-
(Locked)
Troubleshooting an SFTP connection2m 8s
-
(Locked)
-