X xhenxhe May 14, 2004 #1 Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Thanks, Dustin
C Cor Ligthert May 14, 2004 #2 Hi A lot of links, have a look especialy to Indy it seems to be fine. VB.NET: Net Component http://www.indyproject.org/indy.html 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 VB http://support.microsoft.com/?scid=kb;en-us;812404 C# 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 Cor
Hi A lot of links, have a look especialy to Indy it seems to be fine. VB.NET: Net Component http://www.indyproject.org/indy.html 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 VB http://support.microsoft.com/?scid=kb;en-us;812404 C# 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 Cor
C Chris Dunaway May 14, 2004 #3 Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Thanks, Dustin Click to expand... Check this out: http://www.indyproject.org/indy.html
Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Thanks, Dustin Click to expand... Check this out: http://www.indyproject.org/indy.html
H Herfried K. Wagner [MVP] May 14, 2004 #4 * "xhenxhe said: Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Click to expand... My FAQ: FTP in VB.NET/C#: Samples: <URL:http://support.microsoft.com/?scid=kb;en-us;812404> (VB.NET) <URL:http://support.microsoft.com/?scid=kb;en-us;812409> (C#) <URL:http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874> <URL:http://www.freevbcode.com/ShowCode.Asp?ID=4655> <URL:http://www.allapi.net/downloads/NetFTP.zip> <URL:http://www.visualbuilder.com/article/viewarticle.asp?id=1234> <URL:http://www.csharphelp.com/archives/archive9.html> <URL:http://www.codeproject.com/csharp/FTPDriver1.asp> <URL:http://www.indyproject.org/indy.html> Commercial components: <URL:http://www.abderaware.com/> <URL:http://www.nsoftware.com/products/controls/?ctl=Ftp> <URL:http://www.xceedsoft.com/products/FtpNet/> <URL:http://www.rebex.net/ftp.net/>
* "xhenxhe said: Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Click to expand... My FAQ: FTP in VB.NET/C#: Samples: <URL:http://support.microsoft.com/?scid=kb;en-us;812404> (VB.NET) <URL:http://support.microsoft.com/?scid=kb;en-us;812409> (C#) <URL:http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874> <URL:http://www.freevbcode.com/ShowCode.Asp?ID=4655> <URL:http://www.allapi.net/downloads/NetFTP.zip> <URL:http://www.visualbuilder.com/article/viewarticle.asp?id=1234> <URL:http://www.csharphelp.com/archives/archive9.html> <URL:http://www.codeproject.com/csharp/FTPDriver1.asp> <URL:http://www.indyproject.org/indy.html> Commercial components: <URL:http://www.abderaware.com/> <URL:http://www.nsoftware.com/products/controls/?ctl=Ftp> <URL:http://www.xceedsoft.com/products/FtpNet/> <URL:http://www.rebex.net/ftp.net/>
A AlexS May 14, 2004 #5 Hi, xhenxhe I would suggest to take a look at TcpClient class and related samples Also, you can use Process class to run FTP using external ftp software. HTH Alex
Hi, xhenxhe I would suggest to take a look at TcpClient class and related samples Also, you can use Process class to run FTP using external ftp software. HTH Alex
X xhenxhe May 17, 2004 #6 This works great! Thanks! -- Dustin -- http://www.LDSPDA.com http://www.Shiblon.com Chris Dunaway said: Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Thanks, Dustin Click to expand... Check this out: http://www.indyproject.org/indy.html -- Chris To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and replace certain words in my E-Mail address. Click to expand...
This works great! Thanks! -- Dustin -- http://www.LDSPDA.com http://www.Shiblon.com Chris Dunaway said: Does VB.NET have FTP capabilities? Can anyone point me to some basic instructions? Thanks, Dustin Click to expand... Check this out: http://www.indyproject.org/indy.html -- Chris To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and replace certain words in my E-Mail address. Click to expand...