|
-
Nov 17th, 2003, 09:57 PM
#1
Thread Starter
Junior Member
Read, not download, from FTP
Hello all,
I have used the WebClient.DownloadData Method for reading html data from a website. This is a very helpful function as it allows you to read the data directly from the website without downloading it first.
Is there an FTP equivalent? I would like to read data from a text file from and FTP site without downloading it to a temp file first.
Thank you.
-
Nov 18th, 2003, 01:03 AM
#2
I'm not sure what you mean. What part of DownloadData makes you think you do NOT download? Well I guess it doesn't matter unforunately there is no native .NET FTP tools Although you can pass credentials to the WebClient if you need to access something behind a password protected HTTP site.
-
Nov 18th, 2003, 03:35 AM
#3
Perhaps I'm being a bit thick here, but how can you possibly read something without downloading it?
Anyway .Net FTP tools can be found here
http://www.rebex.net/download/
Don't know if it's any good or not.
Last edited by wossname; Nov 18th, 2003 at 03:40 AM.
-
Nov 18th, 2003, 10:37 AM
#4
Frenzied Member
well you Don't have to save a file before reading it.. you can put it in a buffer.. :S.... you should write your own socket though
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
|
Click Here to Expand Forum to Full Width
|