hi, i'm new to vb.net.
I just want to know that is it possible to develop a ftp server with vb.net?
if yes, will it be very difficult?
any sites/books/guides that i can refer to?
thanks
Printable View
hi, i'm new to vb.net.
I just want to know that is it possible to develop a ftp server with vb.net?
if yes, will it be very difficult?
any sites/books/guides that i can refer to?
thanks
look into stuff on the wininet.dll that comes with windows. this library provides function for ftp
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
here is a bunch of the code for you
http://support.microsoft.com/default...b;en-us;832679