Click to See Complete Forum and Search --> : Help on FTP


aluthgrp
July 22nd, 2002, 10:08 PM
Hi Friends,

I have a little problem with FTP(System.Net.Sockets). When i tried to download a file
Using FTP it generates this exception

"426 Data connection: Connection reset by peer.

Could any body tell me what is the reason fot this.
rgds
Ruwan

mligor
July 24th, 2002, 04:14 PM
message 426 means Connection closed; transfer aborted. and that is answer for ABORT command....

did you try to download file with passive mode?