
If you are looking to connect to an SFTP server the default port is 22, but what if the provided port details that you have is not 22, you will need to use -P option to provide the custom port details,
Example Connect to SFTP Custom Port:# sftp -P 8020 user-name@sftp-server-host-name.com
(user-name@sftp-server-host-name.com) Password:
Connected to sftp-server-host-name.com.
sftp>
As you can see by using -P option followed by the port number you can connect to a specific port.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!