0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
id="DeviceCommsConfig"
|
|
6 |
point="com.symbian.driver.core.TDConfig">
|
|
7 |
<TDConfig class="com.symbian.driver.plugins.ftptelnet.Activator"/>
|
|
8 |
</extension>
|
|
9 |
<extension
|
|
10 |
point="com.symbian.driver.core.TDLauncher">
|
|
11 |
<TDLauncher/>
|
|
12 |
</extension>
|
|
13 |
<extension
|
|
14 |
id="com.symbian.driver.plugins.comms.ftptelnet"
|
|
15 |
name="FTPTELNET"
|
|
16 |
point="com.symbian.driver.core.DeviceComms">
|
|
17 |
<DeviceComms class="com.symbian.driver.plugins.ftptelnet.Activator">
|
|
18 |
<DeviceFileTransfer class="com.symbian.driver.plugins.ftptelnet.FtpTransfer"/>
|
|
19 |
<DeviceProcess class="com.symbian.driver.plugins.ftptelnet.TelnetProcess"/>
|
|
20 |
<variable
|
|
21 |
name="telnetport"
|
|
22 |
value="23"/>
|
|
23 |
<variable
|
|
24 |
name="ftpport"
|
|
25 |
value="21"/>
|
|
26 |
<variable
|
|
27 |
name="ftppassive"
|
|
28 |
value="true"/>
|
|
29 |
</DeviceComms>
|
|
30 |
</extension>
|
|
31 |
|
|
32 |
</plugin>
|