Data Fields | |
| SshSftUInt64 | read |
| SshSftUInt64 | write |
| SshSftUInt64 | len |
| SshSftBoolean | truncate |
| SshSftUInt64 | truncate_len |
| SshSftUInt64 | start_ret |
| SshSftUInt64 | end_ret |
| SshSftUInt64 | total_len_ret |
Read offset in the source file.
Write offset in the destination file.
The number of bytes to be copied.
Option that specifies whether destination file is truncated/expanded.
If 'truncate' is set to TRUE, the destination file is truncated/expanded to size 'truncate_len'.
The returned offset in the source file. The file copy really started from this offset.
The returned offset in the source file. The file copy really ended to this offset.
The returned size of the source file.