From the course: Learning SFTP
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Troubleshooting an SFTP connection - FTP Tutorial
From the course: Learning SFTP
Troubleshooting an SFTP connection
- [Narrator] When working with SFTP, there are a few things that can go wrong, so it's helpful to keep a few troubleshooting tips in mind in case that happens. As a user, we might face problems when we try to connect to an SFTP server. If this occurs, we'll want to double-check that the credentials we're using are username and password are correct. These are both case-sensitive, meaning that capital and lowercase letters are treated as different characters. If we're using a key instead of a password, we'll want to check that we have the correct private key and that our public key has been shared with the server. We'll also want to check that the address or host name of the server is correct and that we're using the appropriate port number. Usually this will be 22, but it can be changed by the server administrator. We'll also want to check whether we have connectivity to the server, which means that we're able to contact it over the network. Some SFTP servers are protected behind VPN…
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)
-