PowerTCP SSH and SFTP for .NET
StartSubSystem Method (Ssh)




The name of the subsystem.
Starts a subsystem on the remote machine. For advanced applications.
Syntax
'Declaration
 
Public Function StartSubSystem( _
   ByVal name As String _
) As SessionStream
'Usage
 
Dim instance As Ssh
Dim name As String
Dim value As SessionStream
 
value = instance.StartSubSystem(name)
public SessionStream StartSubSystem( 
   string name
)
public: SessionStream* StartSubSystem( 
   string* name
) 
public:
SessionStream^ StartSubSystem( 
   String^ name
) 

Parameters

name
The name of the subsystem.

Return Value

A SessionStream object.
See Also

Reference

Ssh Class
Ssh Members


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