ComponentSpace FTP Class Library Reference

FailSafeTransfer Members

FailSafeTransfer overview

Public Instance Constructors

FailSafeTransfer Constructor Initializes a new instance of the FtpClient class.

Public Instance Properties

DataConnectionType Gets or sets the data connection type.
RetryCount Gets or sets the number of times to attempt the upload or download.
RetryInterval Gets or sets the retry interval.
SynchronizingObject Gets or sets the synchonizing object for receiving events.
TransferMode Gets or sets the file transfer mode (ASCII or binary).

Public Instance Methods

Abort Abort the current upload or download.
BeginDownloadOverloaded. Initiates an asynchronous download remote file.
BeginUploadOverloaded. Initiates an asynchronous upload remote file.
Download Download the remote file's contents to the local file.
EndDownload Completes the specified asynchronous download remote file operation.
EndUpload Completes the specified asynchronous upload remote file operation.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
Upload Upload the local file's contents to the remote file.

Public Instance Events

DataTransferred Occurs at intervals to indicate how many bytes in total have been transferred during the current data transfer. This event may be used provide feedback during data transfers.
DownloadCompleted Occurs when the download file has completed.
TransferError Occurs when a transfer attempt fails.
UploadCompleted Occurs when the upload file has completed.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FailSafeTransfer Class | ComponentSpace.Ftp Namespace