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
Printable View
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
message 426 means Connection closed; transfer aborted. and that is answer for ABORT command....
did you try to download file with passive mode?