Results 1 to 4 of 4

Thread: develop a simple ftp server with vb.net

Hybrid View

  1. #1
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: develop a simple ftp server with vb.net

    look into stuff on the wininet.dll that comes with windows. this library provides function for ftp

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: develop a simple ftp server with vb.net

    Hi
    There's no builtin support for ftp in .net 1.1 , but if you want a very simple ftp server you use the system.net.webclient class to download or upload files.

    Get the free control Indy http://www.indyproject.org that implements a few protocols like ftp,smtp,pop3,imap,etc...

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: develop a simple ftp server with vb.net

    here is a bunch of the code for you
    http://support.microsoft.com/default...b;en-us;832679

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