-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.EOF
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
Function EOF() As Boolean Implements Readable.EOF
Sub EOF(Assigns b As Boolean)
Name | Type | Comment |
---|---|---|
b |
Boolean | Whether the EOF has been reached |
Returns True
if the server has sent the SSH eof packet, or if the Channel is not open.
Assigning True
will send the SSH eof packet to the server. Assigning False
has no effect. Calling Channel.Close implies the eof so you usually won't need to explicitly send it.
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.