ftp proxy FEAT reply

Andersson, Mats mats.andersson@appgate.com
Tue, 1 Oct 2002 05:29:42 +0200 (CEST)


On Mon, 30 Sep 2002, Bjarne Lund wrote:
> It connects and logs in, but stops on the response to the FEAT command:
...
>     FEAT
> 211- Extensions supported:
>  SIZE
>  MDTM
> 
> and then it just hangs there. I looked in the FTPServer.java source file and the only suspicous thing i can see is that there is no 211
> in front of the END sent last in the FEAT command response. Isn't there supposed to be?

Strange, must be a bug, the code should prepend a 211 to the last line
(i.e. the END). I must check this out, it has been awhile since I did this
code/worked with FTP.

Cheers,

/Mats