Does Anyone Know How To Create A FTP Server
Using VB6??
Printable View
Does Anyone Know How To Create A FTP Server
Using VB6??
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