Results 1 to 2 of 2

Thread: Creating A FTP Server in VB ???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    NY, USA.
    Posts
    240

    Post

    Does Anyone Know How To Create A FTP Server
    Using VB6??

  2. #2
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    First of you need to use winsock or a winsock OCX (try DSSocket) to listen to port 21 for a possible connection. Once a connection is made the FTP protocal is used to send and recieve file apon request of the user.

    ------------------
    TheLeeMan



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