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




The name of the subsystem
Starts a subsystem on the remote machine.
Syntax
'Declaration
 
Public Sub StartSubSystem( _
   ByVal name As String _
) 
'Usage
 
Dim instance As Session
Dim name As String
 
instance.StartSubSystem(name)
public void StartSubSystem( 
   string name
)
public: void StartSubSystem( 
   string* name
) 
public:
void StartSubSystem( 
   String^ name
) 

Parameters

name
The name of the subsystem
Exceptions
ExceptionDescription
System.IO.IOExceptionThrown if the underlying connection is closed or if a remote execution has already started.
Remarks

This method is available by accessing the Session property and is provided for low-level control. It is normally used by invoking the StartSubSystem method.

See Also

Reference

Session Class
Session Members


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