ComponentSpace FTP Class Library Reference

FailSafeTransfer Class

Performs failsafe file transfers.

For a list of all members of this type, see FailSafeTransfer Members.

System.Object
   ComponentSpace.Ftp.FailSafeTransfer

[Visual Basic]
Public Class FailSafeTransfer
[C#]
public class FailSafeTransfer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Transfers are considered failsafe as inbuilt retry logic will continue attempting the transfer until it is successful. Transfers may be aborted at any time using the Abort method.

The number of retries and the interval between retries may be configured using the RetryCount and RetryInterval properties respectively.

Requirements

Namespace: ComponentSpace.Ftp

Assembly: ComponentSpace.Ftp (in ComponentSpace.Ftp.dll)

See Also

FailSafeTransfer Members | ComponentSpace.Ftp Namespace