I tried to add the ftp task in the batch configuration, however it failed to work.
This is how I operated:
First I started the ftp service.then I tried to execute the task I have defined previously.
Strangely I defined a tftp task exactly the way I defined the ftp task, and It works..
I paste the log file below,can someone give me a suggestion?
<?xml version="1.0" encoding="ISO-8859-1"?>
<ConfigResult rollbackEnabled="false" taskName="myTftp">
<DeviceResult configuration="Attempted" deviceName="myComputer">
<AttributeResult errorStatus="0" identifier="Put README.html README.html" message="File transfered Successfully"/>
</DeviceResult>
</ConfigResult>
<?xml version="1.0" encoding="ISO-8859-1"?>
<ConfigResult rollbackEnabled="false" taskName="myFtp3">
<DeviceResult configuration="Attempted" deviceName="myComputer">
<AttributeResult errorStatus="-1" identifier="put" message="Syntax error"/>
</DeviceResult>
</ConfigResult>