FTP operations

  • Thread starter Thread starter kevininstructor
  • Start date Start date
K

kevininstructor

My current project requires providing the ability to upload/download files
from an FTP site using VB DotNet. My first thought was to look for either
Freeware or Open source but didn't find any which would provide a good
starting point.

So my question; What is the best third party FTP library for inclusion into
a DotNet VB project?

Thanks for taking the time to read this!
Kevin
 
Hello Kevin,

Thanks for your post. In addition to William's suggestion, I suggest you to
take a look at some free FTP samples in gotdotnet:

GotDotNet User Sample: FTP Component in VB.NET
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=DD5E4
A38-7F5B-45E0-9C36-64B987947C20

GotDotNet User Sample: LightFTPServer - C# FTP Server
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=0a760
6f3-f8ec-4e39-8d0e-517248b7164c

You can also find more FTP libraries by searching in google:
http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=FTP+.N
ET

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
My current project requires providing the ability to upload/download files
from an FTP site using VB DotNet. My first thought was to look for either
Freeware or Open source but didn't find any which would provide a good
starting point.

Theres quite a bit. :)

http://www.indyproject.org/
So my question; What is the best third party FTP library for inclusion into
a DotNet VB project?

Take a look here too:
http://www.codeproject.com/dotnet/FTPWinFormClient.asp
 
Back
Top