PowerTCP SSH and SFTP for .NET
StartShell() Method




Starts a "dumb" shell.
Syntax
'Declaration
 
Public Overloads Function StartShell() As SessionStream
'Usage
 
Dim instance As Ssh
Dim value As SessionStream
 
value = instance.StartShell()
public SessionStream StartShell()
public: SessionStream* StartShell(); 
public:
SessionStream^ StartShell(); 

Return Value

A SessionStream object that may be read from or written to.
Remarks
Equivalent to calling StartShell("dumb", 0, 0, 0, 0, null). This method is typically used for interactive on-line dumb terminal applications. Use SessionStream.Read to read data sent by the host. Use SessionStream.Write to send user input to the host.
See Also

Reference

Ssh Class
Ssh Members
Overload List


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic