IFtpSettings Interface
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
An interface which defines common options for IFtp interface.
Syntax
public interface IFtpSettings : ICloneable
Inherited Members
Properties
Name | Description |
---|---|
Disable |
Disables progress percentage reporting. |
Enable |
Gets or sets a value indicating whether to perform checksum verification after successful file transfer.
Not available for methods with Stream arguments, the checksum is computed from file on disk.
Use Preferred |
Get |
Gets or sets a value that specifies whether to open the remote file first while downloading (before opening the local file). |
Multi |
Gets or sets the processing mode of detected links in multi-file operations. |
Multi |
Gets or sets the move behavior in multi-file transfers. |
Preferred |
Gets or sets the preferred checksum algorithm.
Applies to multi-file transfers (with Overwrite |
Raise |
Specifies whether to raise asynchronous events from the current working thread or
whether to raise them using a Synchronization |
Recheck |
In multi-file operations it forces checking, whether currently processing item still exists. |
Restore |
Gets or sets a value that indicates which date/time is restored after successful transfer. |
Skip |
Gets or sets a value that indicates whether to skip duplicate items in directory listings or whether to fail. |
Time |
Gets or sets a value which specifies granularity for time comparisons. |
Use |
Use larger receive buffer for incoming and outgoing data. |