You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passive Port Range 50000-50100
Fixed Passive external IP address (issued correctly via logs and shown correct in FZ)
Relevant log output
Using FileZilla as a client, but seen the same in telnet.
(!! IP changed for security)
Command: CWD /
Response: 250 CD worked on /
Command: TYPE I
Response: 200 Type set to binary
Command: PASV
Response: 227 Entering Passive Mode (255,255,227,215,231,125)
Logs from SFTPgo
{"level":"debug","time":"2024-12-29T21:56:35.386","sender":"ftpserverlib","server_id":"FTP_0","clientId":"12","line":"PASV","message":"Received line"}
{"level":"debug","time":"2024-12-29T21:56:35.386","sender":"ftpserverlib","server_id":"FTP_0","clientId":"12","line":"227 Entering Passive Mode (255,255,227,215,195,139)","message":"Sending answer"}
What are you using SFTPGo for?
Professional user, 1 person business
Additional info
No response
The text was updated successfully, but these errors were encountered:
I am thinking this is the modem on that port (it must be "trying" to be clever, Dirty deep packet manipulation). Moving it to a different port on the NAT, doesn't seem to have this effect.
I am thinking this is the modem on that port (it must be "trying" to be clever, Dirty deep packet manipulation). Moving it to a different port on the NAT, doesn't seem to have this effect.
Yes, it is unlikely that this is an issue in SFTPGo, it would affect all users.
Bug description
The "response" issued to the FTP client doesn't match the internal SFTPgo logs for the PASV response (see logs below)
Port as shown as a response in FZ is 231*256+125=59261
Port as shown in SFTPgo Logs 195*256+139 = 50059
Port issued from SFTP logs is valid and correct, port show in FZ as the response (also telnet) is not valid for the passive port range.
Steps to reproduce
Expected behavior
Response given to the client to match what is shown in the logs.
SFTPGo version
2.6.4 386448e
Data provider
Me?
Installation method
Community Docker image
Configuration
Passive Port Range 50000-50100
Fixed Passive external IP address (issued correctly via logs and shown correct in FZ)
Relevant log output
What are you using SFTPGo for?
Professional user, 1 person business
Additional info
No response
The text was updated successfully, but these errors were encountered: