473,326 Members | 2,196 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,326 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 1476
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.