From the course: Learning SFTP (2022)
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Troubleshooting an SFTP connection - FTP Tutorial
From the course: Learning SFTP (2022)
Troubleshooting an SFTP connection
- [Instructor] 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 the credentials we're using, our username and password are correct. These are both case sensitive, meaning that capital and lower case 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, that is, that we are able to connect…
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)
-