GNOME Bugzilla – Bug 161895
sftp-method.c do not set port parameter correctly to launch sftp
Last modified: 2005-01-09 11:30:30 UTC
According to the man sftp, the correct parameter passed through command line to set the connection port is "-oPort=12345", not "-p 12345" as the function sftp_connect() do.
*** This bug has been marked as a duplicate of 159241 ***