CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help on FTP

  1. #1
    Join Date
    Aug 2000
    Posts
    23

    Question Help on FTP

    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

  2. #2
    Join Date
    Jul 2002
    Posts
    6
    message 426 means Connection closed; transfer aborted. and that is answer for ABORT command....

    did you try to download file with passive mode?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured