Download List

Project Description

edtFTPnet/Free is a .NET FTP library written in
C#. Widely used around the world, it is robust and
proven, with a rich API. It includes extensive
event monitoring, transfer resumption, and much
more. It has been tested and is compatible with
Mono 1.2.x.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-26 19:56
2.2.2

An empty array of features is returned if FEAT returns no features (but is implemented by the server). The array is tweaked so that only actual features are returned. The AutoFeatures property was changed to be false by default.
Tags: Stable, Minor feature enhancements

2011-02-07 23:20
2.2.1

A bug regarding reading multi-line replies was fixed.
Tags: Minor bugfixes

2011-02-02 22:35
2.2.0

Tweaks were made to UnixFileParser to support more formats. A bug in active mode where zero timeout was not infinite was fixed. If a server doesn't support REST, resuming simply overwrites rather than failing.
Tags: Stable, Minor feature enhancements, Minor bugfixes

2009-10-26 20:14
2.0.1

The developer's guide was rewritten. Full file-paths were added to event-args where appropriate. Minor file parsing bugs were fixed. A problem whereby FTP server errors such as 452 are accepted in non-strict reply checking mode was fixed. FTPTransferCancelledException is now thrown when uploads are cancelled in FTP. A cast exception when EndInvokeSiteCommand is called was fixed.
Tags: Minor feature enhancements

2009-02-17 15:11
2.0.0

Directory listing parsing was refacted. A fix was included for Korean months in UnixFileParser. For resuming uploads, SIZE is now sent prior to establishing a data socket. TandemFileParser was added (not autodetected; it must be set manually). Support for BytesTransferred events during directory listings was added. A problem where server replies had embedded \r chars was fixed. A problem where Logger initialization fails with ConfigurationErrorsException because of corrupt configuration file was fixed. A bug where on resuming an FTP transfer, the local file gets locked was fixed. RollingFileAppender was added to the logging package.
Tags: Minor feature enhancements

Project Resources