Opened 4 years ago

Closed 4 years ago

#12254 closed Bug report (rejected)

Connect dialog sends syntactically incorrect OPEN command witih port number which is rejected.

Reported by: Michael Stanton Owned by:
Priority: normal Component: FileZilla Client
Keywords: SFTP Cc: Michael Stanton
Component version: 3.31.0 Operating system type: Windows
Operating system version: Windows 10

Description

When opening an SFTP session and supplying the port number, the syntax of the generated open command is incorrect. See the trace below in bold bracketed by ''. It appears that the port 22 should be appended to the IP address with a ':' separator to be submitted or should be a separate user and open commands. The diagnostic should also output a complete message that says what is wrong with the syntax (column flagged somehow) to follow normative diagnostic logging standards.

09:37:51 Response: fzSftp started, protocol_version=8

09:37:51 Command: open "mstanton@50.224.132.17" 22

09:42:51 Error: Connection timed out after 300 seconds of inactivity
09:42:52 Error: Could not connect to server
12:34:41 Status: Disconnected from server
12:34:41 Status: Connecting to 50.224.132.17...
12:38:10 Response: fzSftp started, protocol_version=8

12:38:10 Command: open "mstanton@50.224.132.17" 22

12:38:10 Error: Connection attempt interrupted by user
12:38:10 Status: Disconnected from server
12:38:10 Status: Connecting to 50.224.132.17...
12:43:10 Response: fzSftp started, protocol_version=8

12:43:10 Command: open "mstanton@50.224.132.17" 22

12:43:10 Error: Connection timed out after 300 seconds of inactivity
12:43:11 Error: Could not connect to server
12:43:11 Status: Waiting to retry...
12:43:16 Status: Connecting to 50.224.132.17...
12:43:16 Response: fzSftp started, protocol_version=8

12:43:16 Command: open "mstanton@50.224.132.17" 22

12:48:16 Error: Connection timed out after 300 seconds of inactivity
12:48:17 Error: Could not connect to server

Change History (1)

comment:1 by Tim Kosse, 4 years ago

Resolution: rejected
Status: newclosed

The syntax is correct.

Note: See TracTickets for help on using tickets.