B Billy Bob Oct 31, 2005 #1 Hi, does anyone know of a simple ftp client class, should be able to connect and upload/delete files. C#
Hi, does anyone know of a simple ftp client class, should be able to connect and upload/delete files. C#
N Nicholas Paldino [.NET/C# MVP] Oct 31, 2005 #2 Billy, If you have access to .NET 2.0, then I recommend using the FtpWebRequest/FtpWebResponse classes in the System.Net namespace. Otherwise, check out the Indy project at http://www.indyproject.org. Hope this helps.
Billy, If you have access to .NET 2.0, then I recommend using the FtpWebRequest/FtpWebResponse classes in the System.Net namespace. Otherwise, check out the Indy project at http://www.indyproject.org. Hope this helps.
I Ignacio Machin \( .NET/ C# MVP \) Oct 31, 2005 #3 Hi, Did u googled it? http://www.google.com/search?source...rls=GGLD,GGLD:2005-07,GGLD:en&q=ftp+client+c# cheers,
Hi, Did u googled it? http://www.google.com/search?source...rls=GGLD,GGLD:2005-07,GGLD:en&q=ftp+client+c# cheers,
S Siva M Oct 31, 2005 #4 There are many. Here is a couple of them: http://builder.com.com/5100-6370_14-5605848.html http://www.developerfusion.co.uk/show/4340/ "Billy Bob" <BB> wrote in message Hi, does anyone know of a simple ftp client class, should be able to connect and upload/delete files. C#
There are many. Here is a couple of them: http://builder.com.com/5100-6370_14-5605848.html http://www.developerfusion.co.uk/show/4340/ "Billy Bob" <BB> wrote in message Hi, does anyone know of a simple ftp client class, should be able to connect and upload/delete files. C#