Applies To Objects
Description
Returns or sets the type of remote Kermit to which you will connect. Read-write.
Syntax
object.RemoteKermit
Element |
Description |
object |
The KermitOptions object. |
Comments
The following values indicate server types of the remote kermit. To set the property, use either a constant or a value.
Constant |
Value |
Description |
xREMOTEKERMIT_ |
0 |
The remote Kermit is Interactive. It must be given commands manually. The Kermit in this emulator is Interactive. If the remote Kermit is also interactive, you must issue complementary commands to each computer to start a file transfer. A Receive command at one computer requires a Send command at the other. |
xREMOTEKERMIT_ |
1 |
The remote Kermit is a Server. It can be completely controlled by an Interactive Kermit. |