|
-
Jan 17th, 2005, 05:41 AM
#1
Thread Starter
Member
develop a simple ftp server with vb.net
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
-
Jan 17th, 2005, 06:39 AM
#2
Fanatic Member
Re: develop a simple ftp server with vb.net
look into stuff on the wininet.dll that comes with windows. this library provides function for ftp
-
Jan 17th, 2005, 09:20 AM
#3
Re: develop a simple ftp server with vb.net
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
"The dark side clouds everything. Impossible to see the future is."
-
Jan 17th, 2005, 09:22 AM
#4
Re: develop a simple ftp server with vb.net
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|