wodSSH ActiveX Control - AllocatePty Property
      
 

Description

Determines if a pseudo terminal is allocated.


Property type

A Boolean value.  When set to False, a pseudo terminal is not allocated on the server. Defaults to True.


Syntax

object.AllocatePty [= value]



The AllocatePty Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSSH.
value A Boolean value.

Remarks
By default, wodSSH will allocate a pseudo terminal (needed for many UNIX commands to be executed properly) if you did not specify the Command and Subsystem properties.

When a pseudo terminal is not allocated, the server does not usually send echo characters back to the client.