vsftpd sends junk response
hi,
I am a newbie to the forums as well as to vsftpd server.
I am facing a problem when i try to download some files through the vsftpd server. Following is the trace from the ethereal packets captured.
RETR 001/DOC10062-001-001-001-001/Image/pageproperties_001.xml
150 Opening BINARY mode data connection for 001/DOC10062-001-001-001-001/Image/pageproperties_001.xml (510 bytes).
226 Transfer complete.
TYPE I
.....................8.....*...421 Timeout.
The junk response is seen randomly. i.e i get some times for RETR command and some times i get it for CWD command. It is not predictable for which command the response is sent so as to concentrate on that command in the source (i.e handle_xxxx). The vsftpd is cross compiled for ppc platform. the kernel version is 2.6.27.18-grsec.
Kindly help if some one has faced this problem.