Im sure many of you remember my old FTP server I posted here a few months back - HERE. Well this is another attempt at making a better, easier to use FTP server. You could take the server class module and drop it into any program to make it an FTP server without having to do anything inside the server. This server uses the Winsock API instead of the winsock control like the old one I posted. Another great feature is that the server is now event driven which makes using the server MUCH easier. This is just a demo program to show off the FTP server, I did almost no work on the user interface... The server is by no means done, probably not even usable in its current state. All it can do right now is list directories and navigate them. I am still in the process of completing it. I just wanted to post it and get some feedback.
This code/program has ONLY been tested in Visual Basic 6.
This code/program has ONLY been tested using CuteFTP as the FTP client.
This code/program has ONLY been tested on a Windows 2000 system.
Submitted On | 2000-03-25 01:37:28 |
By | Matt* |
Level | Advanced |
User Rating | 4.8 (24 globes from 5 users) |
Compatibility | VB 5.0, VB 6.0 |
Category | Internet/ HTML |
World | Visual Basic |
Archive File | CODE_UPLOAD42883252000.zip |