|
|
2012-04-13
, 05:57
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#2
|
sftp -oPort=2222 user@123.456.789.012:/home/something
| The Following User Says Thank You to coderus For This Useful Post: | ||
|
|
2012-04-13
, 07:18
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Apr 2012
|
#3
|
I would like to use the sftp client on my N9 but the server I'm trying to connect on only accept connections on the port 2211.
And i don't see the option for change the port number. Usually it's -P but here it's for 'sftp_server_path' :
$ sftp --help usage: sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config] [-o ssh_option] [-P sftp_server_path] [-R num_requests] [-S program] [-s subsystem | sftp_server] host sftp [[user@]host[:file [file]]] sftp [[user@]host[:dir[/]]] sftp -b batchfile [user@]hostThank you in advance.