FTPTelnet plug-in reference
The FTPTelnet plug-in is used by TestDriver to communicate with a Symbian
OS device from a remote PC over an IP-based link. It is installed with
TestDriver while installing the SITK. The plug-in comes with default settings,
which can be changed later using the config
command.
The following properties can be used to configure the plug-in:
Property name | Description |
---|
ftpport
|
To specify the port number on which the FTP service must listen.
|
telnetport
|
To specify the port number on which the Telnet service must listen.
|
You can change the values of these properties using the
config
command. For example, the following command changes the FTP
port to 30
:
> testdriver config --plugin
com.symbian.driver.plugins.comms.ftptelnet:ftpport=30