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

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