473,396 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

FTP operations

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
Jul 21 '05 #1
6 1479
I've used Dart's product and really liked it. Just started playing with
IP*Works http://www.nsoftware.com/products/co...P&prod=ipworks
stuff and I love it too. Both products are better at what they do than I am
at what I do, so I can't really tell you which is better, but they are both
well worth the money.
"ke*************@state.or.us" <Ke***************@state.or.us> wrote in
message news:#8**************@TK2MSFTNGP11.phx.gbl...
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

Jul 21 '05 #2
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/U...mpleGuid=DD5E4
A38-7F5B-45E0-9C36-64B987947C20

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

You can also find more FTP libraries by searching in google:
http://www.google.com/search?sourcei...F-8&q=FTP+%2EN
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.

Jul 21 '05 #3
"ke*************@state.or.us" <Ke***************@state.or.us> wrote in news:#
8I*************@TK2MSFTNGP11.phx.gbl:
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
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Jul 21 '05 #4
Thank-you William for the information!!!

"William Ryan eMVP" <do********@comcast.nospam.net> wrote in message
news:e9***************@TK2MSFTNGP11.phx.gbl...
I've used Dart's product and really liked it. Just started playing with
IP*Works http://www.nsoftware.com/products/co...P&prod=ipworks
stuff and I love it too. Both products are better at what they do than I am at what I do, so I can't really tell you which is better, but they are both well worth the money.
"ke*************@state.or.us" <Ke***************@state.or.us> wrote in
message news:#8**************@TK2MSFTNGP11.phx.gbl...
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


Jul 21 '05 #5
HuangTM, thank you for the links, much appreciated.

"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:J3*************@cpmsftngxa10.phx.gbl...
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/U...mpleGuid=DD5E4 A38-7F5B-45E0-9C36-64B987947C20

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

You can also find more FTP libraries by searching in google:
http://www.google.com/search?sourcei...F-8&q=FTP+%2EN 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.

Jul 21 '05 #6
Chad thanks for the information.

"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:Xn******************@127.0.0.1...
"ke*************@state.or.us" <Ke***************@state.or.us> wrote in news:# 8I*************@TK2MSFTNGP11.phx.gbl:
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
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Leslaw Bieniasz | last post by:
Cracow, 20.09.2004 Hello, I need to implement a library containing a hierarchy of classes together with some binary operations on objects. To fix attention, let me assume that it is a...
3
by: Scott Brady Drummonds | last post by:
Hello, all, My most recent assignment has me working on a medium- to large-sized Windows-based C++ software project. My background is entirely on UNIX systems, where it appears that most of my...
3
by: ThunderMusic | last post by:
Hi, I have 2 UInt64 to add and then divide the result by another value. How can I do this? because the math operators have not been defined for UInt64. Can somebody help please? Thanks ...
17
by: Chad Myers | last post by:
I've been perf testing an application of mine and I've noticed that there are a lot (and I mean A LOT -- megabytes and megabytes of 'em) System.String instances being created. I've done some...
13
by: Immanuel Goldstein | last post by:
Obtained under the Freedom of Information Act by the National Security Archive at George Washington University and posted on the Web today, the 74-page "Information Operations Roadmap" admits that...
36
by: mrby | last post by:
Hi, Does anyone know of any link which describes the (relative) performance of all kinds of C operations? e.g: how fast is "add" comparing with "multiplication" on a typical machine. Thanks!...
3
by: Hallvard B Furuseth | last post by:
I'm wondering how to design this: An API to let a request/response LDAP server be configured so a user-defined Python module can handle and/or modify some or all incoming operations, and later...
6
by: carsonbj | last post by:
I have an issue where the below operation works on a little-endian architecture but not on a big-endian architecture. I was under the impression that pointer arithmetic is architecture independant...
4
by: alex | last post by:
hi friends ... i am facing a problem while detecting floating point operations in my project, please help me. i want to find out the places in my C/C++ project where i am doing floating...
0
by: tabassumpatil | last post by:
Please send the c code for: 1.STACK OPERATIONS : Transfer the names stored in stack s1 to stack s2 and print the contents of stack s2. 2.QUEUE OPERATIONS : Write a program to implement...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.