Download using FTP in ASP.NET?

  • Thread starter Thread starter Matt Hawley
  • Start date Start date
M

Matt Hawley

I realize you don't want any 3rd party components, but...you're gonna have to write a lot of code yourself, and I would suggest against it. Here is a FTP API that I use for WebDeploy (http://weblogs.asp.net/mhawley/archive/2004/03/19/92746.aspx), and its very easy to use. Here's the link for the free, open source, api: http://www.enterprisedt.com/downloads/csftp/csftp.html

Matt Hawley, MCAD .NET
http://www.eworldui.net

Hi, Is there a way to connect to a secure FTP site and download a file using ASP.NET and C#? If there is code available or links on how to do this it would be very much appreciated. I'm don't want any 3rd party components though. Thanks, Dave.

[microsoft.public.dotnet.framework.aspnet]
 
We have been using the Mabry component for a couple of years now. It
is very easy to use and was not that expensive.
 
It really isn't a lot of code to use the CLR classes to write an FTP client.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Joey Powell said:
We have been using the Mabry component for a couple of years now. It
is very easy to use and was not that expensive.

"Matt Hawley" <[email protected]> wrote in message
have to write a lot of code yourself, and I would suggest against it. Here
is a FTP API that I use for WebDeploy
(http://weblogs.asp.net/mhawley/archive/2004/03/19/92746.aspx), and its very
easy to use. Here's the link for the free, open source, api:
http://www.enterprisedt.com/downloads/csftp/csftp.htmlusing ASP.NET and C#? If there is code available or links on how to do this
it would be very much appreciated. I'm don't want any 3rd party components
though. Thanks, Dave.
[microsoft.public.dotnet.framework.aspnet]
 
Back
Top