Aharon Schkolnik wrote:
>
> recv(3, "220 meestal-mk5.stack.nl FTP ser"..., 127, MSG_PEEK) = 61
> read(3, "220 meestal-mk5.stack.nl FTP ser"..., 61) = 61
> select(4, NULL, [3], NULL, {900, 0})    = 1 (out [3], left {900, 0})
> write(3, "USER anonymous\r\n", 16)      = 16
> select(4, [3], NULL, NULL, {900, 0})    = 1 (in [3], left {900, 0})
> recv(3, 0x83899f0, 127, MSG_PEEK)       = -1 ECONNRESET (Connection reset by 
> peer)
> write(2, "\n", 1
> )                       = 1
>   
The peer is reseting the connection as soon as your side sends the user
name.

Please run the following command. In one console, as root, run:
tcpdump -s 1500 -w /tmp/connect.dump host ftp.stack.nl

In the other, run "wget
ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.3-rc2.src.tar.gz";

If you can, paste here the output from wget, and ATTACH the
/tmp/connect.dump file that was created.

Thanks,
Shachar

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to