-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SCPStream.Length
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Dim Length As UInt64Returns the length of the file being transferred. This value is set in the Constructor and cannot be changed thereafter. When uploading, this value is provided by you; when downloading, this value is provided by the server.
Reading beyond the Length will return an empty string; writing beyond the 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.