-
Can someone please email me source code for a good working ftp server in VB that only uses VB controls (such as inet and winsock). My biggest problem is sending the directory listing to the ftp client. I get through the login but when it goes for the dir listing it replies trash responce recieved. Any help would be greatly appricated.
Thanks
Richard [email protected]
-
You do realise all it involves is a simple routine to create/destroy the winsock obejcts as connections come and go, then send the strings according to the rfc right?
Then ur ftp server will work.
------------------
Joe1223
[email protected]
The BlueAura Project.