;KebFtp control file 
;Valid for KebFtp.dll 1.5.2.0
;Send the command file to KebFtpApplication.exe via command line 
;A second parameter can be specified optionally to overwrite the 'host' entry in the command file.
;Example :  KebFtpApplication.exe   command.txt  172.17.0.1

;Text starting with semicolon is comment

;specifies the result file name with path and drive
;must be the first entry to get all following errors
resultfile,c:\cvs_work\dotnet\kebftp\result.txt

timeout,250               ;set timeout in ms. Default is 200

;connects to remote. Must be set BEFORE accessing files
host,172.17.36.151:8002   ;IP address : port(8002 is default)
;host,com4:115200         ;Serial com number : baud rate

;sending commands : command key and value
command,3,440             ;permission = password 440

;switch on/off error ignoring. Command file continues even on errors then.
;WARNING : this may lead to incorrect results !
;IgnoreError,1            ;errors are ignored now

;deletes a file
;delete,b:\bootproject.ini

IgnoreError,0             ;switch off error ignoring. errors are detected now.

;exit; stop processing command file. WARNING : Only for test purposes... 

;download a file, specifies drive/path and name on 1)local and 2)remote
;download,G:\KEBTools\C6_Pruefprogramme\Compact\CompactTest.app, c:\CompactTest.app

;stops for the amount of ms
;delay,1000

;upload a file, specifies drive/path and name on 1)remote and 2)local
upload,  b:\systemTestlog.txt, c:\cvs_work\dotnet\kebftp\upload.txt
;command,1,27394 ;reboot C6 compact. Leads to timeout......
