Results 1 to 4 of 4

Thread: Ftp

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    INDIA
    Posts
    31

    Question Ftp

    Hi All,

    can anybody tell me how to do FTP programming in
    VB.NET

    Thanks in advance

    Regards
    Nag K.
    Nagendra K

  2. #2
    Hyperactive Member CyberHawke's Avatar
    Join Date
    May 2004
    Location
    Washington DC
    Posts
    477
    I have one of these that I am currently working on. You are travelling down a path that requires indepth knowledge of WebRequests and such.
    This is no simple task you have asked about and there is no simple solution.
    If you are serious about writing an FTP application, you need to familiarize yourself with things like WebRequests, WebResponses, Streams, and ResponseDescriptions to interpret what the WebResponse returns.
    While you can write an FTP client (and server for that matter) in VB.NET, there is no quick and easy way to do it, just hunker down and dig in, you are in for a lot of reading and testing of code before you will have something that will communicate to an FTP server.

  3. #3
    Member
    Join Date
    Aug 2003
    Posts
    51
    You can find ftp code at www.gotdotnet.com.

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    There is a free FTP component I use that does the trick:

    Info: http://www.chilkatsoft.com/ChilkatFtp.asp

    Download: http://www.chilkatsoft.com/ChilkatFtp.exe

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