Buggy FTP server

Advertisement

buranded
Joined:
Posts:
5

Buggy FTP server

We have one buggy FTP-server and no way to fix it.
Periodically its crashes on downloading file and sent attached error.

Another FTP-clients such as FileZilla reconnects quickly and quietly and resuming download,
but WinSCP stops fatal.

6382b1779af2.png

9ebb85d8febf.png

Reply with quote

Advertisement

buranded
Joined:
Posts:
5

Solution

Because our traffic going through our Debian 8 firewall, I can substitute text within TCP-sessions on the fly.
I just used nfqsed to change 426 error code to 110 "comment".
iptables -A INPUT -p tcp -s %BUGGY_FTP_IP% --sport 21 -j NFQUEUE --queue-num 0
/root/nfqsed/nfqsed -s /"426 Cannot RETR. EAccessViolation"/"110 Cannot RETR. EAccessViolation" > /dev/null 2>&1 &
According to:
https://github.com/rgerganov/nfqsed

This is a very hacky unusual solution, but now WinSCP reconnects and resuming download quickly and quietly.

Please add to WinSCP ability to ignore 426 error and autoresuming download.

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,605
Location:
Prague, Czechia

Re: Buggy FTP server

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, enable logging, log in to your server and do the operation and only the operation that causes the error. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.

Reply with quote

Advertisement

martin
Site Admin
martin avatar

Re: LOG of succes download with replacement error code 426 to 110

OK, I'll see if more people ask for this hack.

Reply with quote

Advertisement

You can post new topics in this forum