How can we verify that SFTP access has been granted on a server, without installing any software/tools?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most servers have
curlandscpinstalled, which you can use to log into an SFTP server. To test if your credentials work using curl, you could do this:Enter your password and if it works you’ll get a listing of files (like
ls -al), if it doesn’t work you’ll get an error like this:You could also try using
scp:This verifies that you that you were able to log in, but it couldn’t find the
testingfile. If you weren’t able to log in you’d get a message like this: