-
Download file from ftp://......
Hello,
I have a problem downloading file from address with a prefix ftp://...
If prefix is http:\\... I can do that with WebClient class in a combination
with Stream Writer.
But if I put prefix: ftp://... I get an error message.
That ftp is live and if you copy this address to browser you will get text
in it :
here is the address :
ftp://aftp.theimo.com/pub/reports/PU...e_20021021.csv
Thanks for help, I will return favour.
Nenad Kermeci
-
Re: Download file from ftp://......
In article <3db46c83$1@tnews.web.devx.com> (from Nenad Kermeci
<nenad@ica.net>),
>
> Hello,
>
> I have a problem downloading file from address with a prefix ftp://...
> If prefix is http:\\... I can do that with WebClient class in a combination
> with Stream Writer.
> But if I put prefix: ftp://... I get an error message.
This really belongs in the "technical" newsgroup. But I do have a quick
answer for you.
..NET does not have any built-in FTP class. See below for some
solutions:
http://www.allapi.net/classlib/class.php?id=23
http://www.allapi.net/classlib/class.php?id=10
http://www.codeproject.com/dotnet/dotnetftp.asp
http://www.csharphelp.com/archives/archive9.html
http://www.quintuslink.com/qlftp.html
http://www.mabry.com/dotnet/#ftpnet
http://www.devpower.com/net/
--
Patrick Steele
Microsoft .NET MVP
http://radio.weblogs.com/0110109
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|