Realisieren von FTP-Zugriff in .NET-Anwendungen
Realisieren von FTP-Zugriff in .NET-Anwendungen <URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=de> ---------------------------------------------------------------------------- Accessing FTP servers in .NET applications Samples: How to access a File Transfer Protocol site by using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;832679> How To Write Pluggable Protocol to Support FTP in Managed Classes by Using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;812404> How To Write Pluggable Protocol to Support FTP in Managed Classes by Using Visual C# .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;812409> FTP .NET <URL:http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1874> VB.NET FTP Client <URL:http://www.freevbcode.com/ShowCode.Asp?ID=4655> FtpConnection <URL:http://www.mentalis.org/classlib/class.php?id=23> (VB.NET) <URL:http://www.allapi.net/classlib/class.php?id=24> (C#) <URL:http://www.allapi.net/downloads/NetFTP.zip> How to Build an FTP Client with .Net <URL:http://www.visualbuilder.com/article/viewarticle.asp?id=1234> .NET FTP Client <URL:http://sourceforge.net/projects/dotnetftpclient/> FTP Client library in C# <URL:http://www.csharphelp.com/archives/archive9.html> Console FTP in C# <URL:http://www.codeproject.com/csharp/FTPDriver1.asp> FTP Windows Forms Client, using Managed Assembly <URL:http://www.codeproject.com/dotnet/FTPWinFormClient.asp> The Indy Project <URL:http://www.indyproject.org/> FTP samples on GotDotNet User Samples: <URL:http://gotdotnet.com/community/usersamples/?query=FTP> The simplest solution is to automate Windows' "FTP.EXE" command line utility using the 'System.Diagnostics.Process' class. Commercial components: FTP for .NET <URL:http://www.abderaware.com/ftp/> IP*Works! FTP Component <URL:http://www.nsoftware.com/products/controls/?ctl=Ftp> Xceed FTP for .NET <URL:http://www.xceedsoft.com/products/FtpNet/> FTP library for .NET Framework <URL:http://www.rebex.net/ftp.net/> SFTP library for .NET Framework <URL:http://www.rebex.net/sftp.net/>