wodFtpDLX.NET - Version 1.6.0 Secure FTP client .NET 2.0 component that supportsencrypted and non-encrypted FTP access to the serversfor transferring files or complete directories. Itsupports old, very common, FTP protocol, but alsosecured FTPS (FTP+SSL) and SFTP (FTP+SSH). No matterwhat protocol is selected - it is completelytransparent for programming. Same methods and sameevents apply for all protocols.Features include- FTP, FTP+SSL with and without encrypted data channel,and SFTP (SSH subsystem) protocols - Certificate authentication for FTP+SSL protocols, orprivatekey authentication for FTP+SSH protocol - Internal parsing of received directory listings - getnames, sizes, ownerships etc.. directly from ourinterface, through DirItems collection - Both ASCII and Binary transfer modes supported, nomatter if server allows them or not - ListDir and ListNames methods for directory listing - PutFile and GetFile for storing and retrieving files(to file or to data stream) - PutFiles, GetFiles, DeleteFiles, LoopFiles forrecursive uploads and downloads - Resume support - Passive and Active data connections for FTP and FTPSprotocols - Blocking mode support - Set of events that notify you about method completition - Large files >4.2gb support - Timeout support - Renaming, creating of directories, deletion of filesand directories...... Simple interface, powerfull codewodFtpDLX.NET has no intention on providing deepestprotocol specific commands (like ACCT, STOU orwhatever). It provides only commands that can apply toall 3 supported protocols. But - when it providessomething - it does everything automatically for you.You don't have to think about opening data ports, youdon't have to think on sending appropriate commands,setting modes etc.. You need to download file? CallGetFile - that's all. wodFtpDLX.NET will do everythingelse for you.