Data Fields | |
| SshSftUInt64 | read |
| SshSftUInt64 | write |
| SshSftUInt64 | len |
| SshSftBoolean | truncate |
| SshSftUInt64 | truncate_len |
| SshSftUInt64 | start_ret |
| SshSftUInt64 | end_ret |
| SshSftUInt64 | total_len_ret |
|
|
The returned offset in the source file. The file copy really ended to this offset. |
|
|
The number of bytes to be copied. |
|
|
Read offset in the source file. |
|
|
The returned offset in the source file. The file copy really started from this offset. |
|
|
The returned size of the source file. |
|
|
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'. |
|
|
Write offset in the destination file. |