If you want to connect to a server via SFTP with non standard port (22) you can use this command on your terminal (console)
1 |
# sftp -oPort=3476 user@host |
If you want to connect to a server via SFTP with non standard port (22) you can use this command on your terminal (console)
1 |
# sftp -oPort=3476 user@host |
Next post: How to Increase PHP Max Execution Time in Nginx
Previous post: How to Backup/Restore Mysql Database