This .NET 2.0 component for secure FTP access provides encrypted and non-encrypted options for transferring files and directories. It supports FTP, FTPS, and SFTP protocols.

The Secure FTP client .NET 2.0 component comes with features such as FTP, FTP+SSL with and without encrypted data channels, and SFTP (SSH subsystem) protocols. Additionally, the tool includes certificate authentication for FTP+SSL protocols, or private key authentication for FTP+SSH protocol. Its internal parsing of received directory listings enables users to get names, sizes, ownerships, etc., directly from the interface, through DirItems collection. Both ASCII and Binary transfer modes are supported, regardless of whether the server allows them or not. Moreover, ListDir and ListNames methods are available for directory listing, PutFile and GetFile for storing and retrieving files (to file or to data stream), PutFiles, GetFiles, DeleteFiles, LoopFiles for recursive uploads and downloads, resume support, passive and active data connections for FTP and FTPS protocols, blocking mode support, a set of events that notify users about method completion, large file support of 4.2 GB and more, and timeout support.
The Secure FTP client .NET 2.0 component also boasts of a simple interface and a powerful code. Though it has no intention of providing deepest protocol-specific commands (like ACCT, STOU or whatever), it provides only commands that can apply to all 3 supported protocols. But when it provides something, it does everything automatically for users. Users do not have to think about opening data ports, sending appropriate commands, setting modes, etc.; all they need to do is call GetFile and wodFtpDLX.NET will do everything else for them.
In conclusion, the Secure FTP client .NET 2.0 component is a must-have for individuals and organizations that require secure and efficient FTP access to servers for transferring files or complete directories. Get it today and start enjoying its numerous features and benefits.
Version 1.8.2:
1.7.5 February 15, 2013
* Change in IPv6 that can now be forbidden through new UseIPv6 property
1.7.4 December 12, 2012
* Fix in PutFile when using local streams, Done event was not fired if PreserveDates was set to True
* Component is now compiled in VS2008
Version 1.8.0:
1.7.5 February 15, 2013
* Change in IPv6 that can now be forbidden through new UseIPv6 property
1.7.4 December 12, 2012
* Fix in PutFile when using local streams, Done event was not fired if PreserveDates was set to True
* Component is now compiled in VS2008
Version 1.7.5:
1.7.5 February 15, 2013
* Change in IPv6 that can now be forbidden through new UseIPv6 property
1.7.4 December 12, 2012
* Fix in PutFile when using local streams, Done event was not fired if PreserveDates was set to True
* Component is now compiled in VS2008
Version 1.6.5:
1.6.5 March 18, 2011
* Fix in RawSend method that returned ProtocolException
Version 1.6.2:
1.6.2 June 15, 2010
* New method AppendFileFrom that appends to remote file starting at specified local position
Version 1.6.0:
1.6.0 April 23, 2010
* No changes in the DLL code
* Obfuscator changed to support VS2010
Version 1.5.1:
1.5.1 February 17, 2010
* Fix in CheckDir method that reported success in SFTP protocol
if remote folder did not exist on some servers
Version 1.5.0:
1.5.0 December 28, 2009
* Fix in UNIX directory parsing if owner/group were represented
as numbers, instead of login names
Version 1.2.5:
1.2.5 November 9, 2007
* Fixed problem with Mocana SSH servers during initial SSH exchange
1.2.4 October 30, 2007
* New StrictHost property
Version 1.2.3.0:
1.1.4 November 3, 2006
* Fix in UNIX directory parser which failed to properly parse folder names
that contain space character