Question:
Can I connect to SFTP via a different port?
Answer:
The following function is available from version 4.1.19182
The standard port for SFTP connections is 22. If the connection should be made with a different port, then this should be entered directly after the server name, separated by a colon.
Example of a connection with port 30022 to the server ftp.testserver.de
ftp.testserver.de:30022
Note:
No protocol handler like ftp:// may be specified!