FTP Client Library - Where to find one?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I need a FTP class library that I can use to download files from an ftp server in my application. Does anyone know of any good libraries that support both pasv and non-pasv connections

I would prefer a free open source library written in C#. I know some components do exist by companies like xceed software but that is my last option. Please advise

Thanks

Peter
 
Hi Peter

Google is the best source of information, make a look by "ftp client C# "

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Peter said:
Hello,

I need a FTP class library that I can use to download files from an ftp
server in my application. Does anyone know of any good libraries that
support both pasv and non-pasv connections?
I would prefer a free open source library written in C#. I know some
components do exist by companies like xceed software but that is my last
option. Please advise.
 
Peter,
Please take a look at the following article explaining how to use FTP using
an external library.
http://www.codeproject.com/dotnet/FTPWinFormClient.asp

Fakher Halim
Software Architect,
TPG

Peter said:
Hello,

I need a FTP class library that I can use to download files from an ftp
server in my application. Does anyone know of any good libraries that
support both pasv and non-pasv connections?
I would prefer a free open source library written in C#. I know some
components do exist by companies like xceed software but that is my last
option. Please advise.
 
Peter said:
I need a FTP class library that I can use to download files from an
ftp server in my application. Does anyone know of any good libraries
that support both pasv and non-pasv connections?

I would prefer a free open source library written in C#. I know some
components do exist by companies like xceed software but that is my
last option. Please advise.

Have a look at Indy:

http://www.indyproject.org
 
Does this library support both pasv and non-pasv connections? From the looks of it, I dont think it does. Please advise

Peter
 
Hi Jon

Does this library support both pasv and non-pasv connections? Please advise

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top