edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The FTPSyncResults type exposes the following members.

Constructors

  NameDescription
Public methodFTPSyncResults
Initializes a new instance of the FTPSyncResults class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetActionSucceeded
Did the action succeed for the given file-pair.
Public methodGetException(String)
Exception thrown when attempting to get a directory listing (if any).
Public methodGetException(FTPFileSyncPair)
Exception thrown when action was attempted (if any).
Public methodGetFileAction
Returns the action that was applied to the given file-pair.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString()()()() (Overrides Object..::..ToString()()()().)
Public methodToString(Boolean)
Returns a string representation of the results.

Properties

  NameDescription
Public propertyFailureCount
Number of failures encountered when actions were applied.
Public propertyFilePairs
All pairs of files.
Public propertyRemoteDirectories
Public propertySuccessCount
Number of actions successfully applied.
Public propertyTotalCount
Total number of file-pairs.

See Also