Skip to content

SSH.Channel.EOF

Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

Method Signatures

 Function EOF() As Boolean Implements Readable.EOF
 Sub EOF(Assigns b As Boolean)

Parameters

Name Type Comment
b Boolean Whether the EOF has been reached

Return value

Returns True if the server has sent the SSH eof packet, or if the Channel is not open.

Remarks

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.

See also

Clone this wiki locally