Dart.Ftp Namespace : CopyResult Class |
For a list of all members of this type, see CopyResult members.
Name | Description | |
---|---|---|
Action | Gets the requested action (either CopyAction.Get or CopyAction.Put). | |
Count | Gets the total number of bytes copied. Will be less than Position when appending to an existing file. | |
DateTimeSet | Returns true if the DateTime of the destination file was updated to the DateTime of the source. | |
IsDirectory | Returns true if the item is a directory. (Inherited from Dart.Ftp.RemoveResult) | |
Length | Gets the size of the file being copied. Returns the value of Position if the SIZE is unknown or less than Position. | |
LocalPath | Gets the absolute path of the file on the client. | |
Mode | Gets the technique used for the copy (Copy, Synchronize, Restart or Append). | |
Percentage | Gets the percentage (0-100) of bytes transferred in the copied file. | |
Position | Gets the current position within the file being copied. | |
RemotePath | Gets the path of the file or folder on the server. (Inherited from Dart.Ftp.RemoveResult) | |
Response | Gets the last response received from the server | |
StartTime | Gets the time that the copy action started. | |
Status | Gets the status of the copy operation. |