-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SSHStream.Length
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Function Length() As UInt64
Sub Length(Assigns NewLength As UInt64)
Name | Type | Comment |
---|---|---|
NewLength |
UInt64 | The new size, in bytes, of the remote file. |
The current size, in bytes, of the remote file.
Gets and sets the length of the remote file.
If the underlying SSH operation doesn't support this sort of thing (Channels, TCPTunnels, etc.) then setting a new length 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.