Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Subsystem property
Specifies the subsystem to be started upon connection.
Type
A String value. Subsystem to be started upon successful connection.Syntax
- Basic
object.Subsystem [= value]
The Subsystem(object,value) syntax has these parts:
The Subsystem(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSH. |
value | A String value. |
Remarks
If this property is set, wodSSH will try to start the subsystem (such as 'sftp' or 'dtcp') upon successful connection. For SSH2 protocol this feature is implemented by the protocol specification. However, for the SSH1 and Telnet protocols this property is ignored.Upon execution of the subsystem, wodSSH will wait for output returned by the subsystem, and will disconnect after receiving it.
Please note that value of this property is ignored if Command property is set. Also, setting this property causes AllocatePty to be set to False - so you must set it back to True if you wish after setting this command.