F frakieack Jun 21, 2006 #1 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?
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?
C Carlos J. Quintero [VB MVP] Jun 21, 2006 #2 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
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