Hello!
I'm using Pure-FTPd FTP server for my hosting clients.
One of my clients use the WinGate 5.x.x and found some strange things:
1) when they are using HTTP proxy while downloading binary files into my server, the files corrupts during the transfer. They are exactly using binary and passive transfer mode;
2) when they are using transparent FTP proxy to my FTP server, they simply can't connect. After the connect my FTP server usually respond with:
220---------- Welcome to Pure-FTPd ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 15:42. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 15 minutes of inactivity.
, but WinGate can't understand "220-" format of the messages (it is the RFC-compilant format for the multiple-lines messages in FTP protocol). It stops and can't send username to my FTP server.
My FTP server is great. It is full RFC-compilant. It is very secure. I won't change it.
Can you correct the problem?
WBR, Dvorkin