Home All Groups Group Topic Archive Search About

using a stream to access a ftp file

Author
21 Jun 2006 8:43 AM
frakieack
Hi, i need to use, in my classes, a stream to open a file on another pc
via ftp.
Does somebody know how to do it?

Author
21 Jun 2006 9:15 AM
Carlos J. Quintero [VB MVP]
For .NET 1.x there are implementations like this:

How To Write Pluggable Protocol to Support FTP in Managed Classes by Using
Visual Basic .NET
http://support.microsoft.com/kb/812404/en-us

For .NET 2.0 there is a new FtpWebRequest class:

http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


<frakie***@gmail.com> escribió en el mensaje
Show quoteHide quote
news:1150879391.172230.245260@g10g2000cwb.googlegroups.com...
> Hi, i need to use, in my classes, a stream to open a file on another pc
> via ftp.
> Does somebody know how to do it?
>