Share
Why can’t I connect to the SFTP server?
Question
Help me with this question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Help me with this question
Answer ( 1 )
To verify whether the SFTP server is operational, do the following: *On Linux/Unix servers*: To check if the SSH service, which manages SFTP, is operating, run ps aux | grep sshd.
*On servers running Windows*: Use the Services management console (services.msc) to verify the SSH service’s status.
– As an alternative, you can use telnet <server-ip> 22 or *ping the server* to see if the server’s SSH port is open.