G Guest Feb 24, 2004 #1 Is there an equivalent control in Visual Basic.net to the Inet control in VB6.0? It was a snap to use to create an FTP connection and control?
Is there an equivalent control in Visual Basic.net to the Inet control in VB6.0? It was a snap to use to create an FTP connection and control?
H Herfried K. Wagner [MVP] Feb 24, 2004 #2 * =?Utf-8?B?Y3JhaWdz?= said: Is there an equivalent control in Visual Basic.net to the Inet control in VB6.0? It was a snap to use to create an FTP connection and control? Click to expand... FTP in VB.NET/C#: http://support.microsoft.com/default.aspx?scid=kb;en-us;812404 (VB.NET) http://support.microsoft.com/default.aspx?scid=kb;en-us;812409 (C#) http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874 http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 http://www.abderaware.com (FTP-Komponente) http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp http://www.indyproject.org/indy.html ....
* =?Utf-8?B?Y3JhaWdz?= said: Is there an equivalent control in Visual Basic.net to the Inet control in VB6.0? It was a snap to use to create an FTP connection and control? Click to expand... FTP in VB.NET/C#: http://support.microsoft.com/default.aspx?scid=kb;en-us;812404 (VB.NET) http://support.microsoft.com/default.aspx?scid=kb;en-us;812409 (C#) http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874 http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 http://www.abderaware.com (FTP-Komponente) http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp http://www.indyproject.org/indy.html ....
C Cor Feb 24, 2004 #3 VB.NET: http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 http://www.abderaware.com/ (commercial FTP component) Microsoft webrequest http://support.microsoft.com/default.aspx?scid=kb;EN-US;812409 C#: http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp Net Component http://www.indyproject.org/indy.html Cor
VB.NET: http://www.freevbcode.com/ShowCode.Asp?ID=4655 http://www.allapi.net/downloads/NetFTP.zip http://www.visualbuilder.com/article/viewarticle.asp?id=1234 http://www.abderaware.com/ (commercial FTP component) Microsoft webrequest http://support.microsoft.com/default.aspx?scid=kb;EN-US;812409 C#: http://www.csharphelp.com/archives/archive9.html http://www.codeproject.com/csharp/FTPDriver1.asp Net Component http://www.indyproject.org/indy.html Cor
C Chad Z. Hower aka Kudzu Feb 24, 2004 #4 Cor said: http://www.indyproject.org/indy.html Click to expand... This one has the most complete FTP support of all BTW.
Cor said: http://www.indyproject.org/indy.html Click to expand... This one has the most complete FTP support of all BTW.