-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SSHStream.Position
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Function Position() As UInt64
Sub Position(Assigns NewPosition As UInt64)
Name | Type | Comment |
---|---|---|
Position |
UInt64 | The new offset, in bytes, from the beginning of the remote file. |
The current offset, in bytes, from the beginning of the remote file.
Gets and sets the current read/write position in the remote file.
If the underlying SSH operation doesn't support this sort of thing (Channels, TCPTunnels, etc.) then setting a new position will raise an exception.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.