|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
using a stream to access a ftp fileHi, 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? 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 -- Show quoteHide quoteBest 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 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? > |
|||||||||||||||||||||||