|
Version
|
Description
|
Version 1.2.0 (20 June 2008)
|
-
Add directory synchronization capabilities.
-
Added FTPConnectionClosedException, thrown when a 421 reply is received.
-
Fixed Downloaded and related events so that the user knows if the
operation succeeded or not.
-
Downloaded & Deleted events were firing twice during multiple download methods.
-
LastTransferCancelled property now set to true if user cancelled the transfer within OnUploading or
OnDownloading.
-
Allow for remote file-name to be altered in Uploading event-handlers.
-
Directory listing fix to try to validate the transfer on an error occurring.
-
Downloaded event now gets the absolute path of the local file.
-
Recursive GetFileInfos now returns the total size of directories.
-
When first logging in, don't allow failure to change to ServerDirectory to throw an exception.
-
LastTransferCancelled property now set to true if user cancelled the transfer within OnUploading or
OnDownloading.
-
Fixed bug where StrictReplyCodes wasn't being set correctly (so was always strict).
-
Close(true) now closes the data socket unconditionally.
-
Made text properties localizable.
-
Added AccountInfo property to FTPConnection for sending an ACCT string while logging in.
-
SendAccountInfo added to send the ACCT command independently.
-
Fixed synchronization problems in Logger re iterating through appenders.
-
Fixed FTPFileTransferEventArgs so that RemotePath and RemoteDirectory return correct results if
remote file is specified with a path (absolute or relative).
|
Version 1.1.1 (16 November 2007)
|
-
Fixed bug where local file handles not closed, locking the files.
|
Version 1.1.0 (12 November 2007)
|
-
Added ExFTPConnection, which includes HTTP download capability, use of SOCKS proxies and HTTP proxies,
and directory transfers.
-
Fix bug where even if a custom parser is set, the parser determined by SYST is used.
-
Removed FileTransferProtocol enums for unsupported secure protocols.
-
ShowHiddenFiles flag added for directory listings and directory transfers.
|
Version 1.0.1 (17 October 2007)
|
-
Ensure local file streams are explicitly closed after transfers are complete. When a BufferedStream is
closed, in some CF platforms it seems that it does not close the stream that it owns.
-
Ignore FTPException from Size() if resume is being tried for an upload (which occurs
if the file does not exist).
|
Version 1.0 (26 June 2007)
|
|