Dart.Ssh 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. |
![]() | CountEx | Gets the number of bytes copied as a float. |
![]() | 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.Ssh.RemoveResult) |
![]() | Length | Gets the size of the file being copied. |
![]() | LengthEx | Gets the number of bytes in the file being copied as a float. May be 0 if the size of the file is not known. |
![]() | 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. |
![]() | PositionEx | Gets the position within the file being copied as a float. |
![]() | RemotePath | Gets the absolute path of the file or folder on the server. (Inherited from Dart.Ssh.RemoveResult) |
![]() | StartTime | Gets the time that the copy action started. |
![]() | Status | Gets the status of the copy operation. |
![]() | UserToken | Gets the token that represents this copy operation |