Page 1 of 1

Error Robotask 4.1 FTP SYnc

Posted: Tue Jun 08, 2010 3:06 am
by rice1973
Hi,FTP sync gives error in 4.1 in 4.0 it works fine.......;*****************************;* RoboTask Task file;* Do not edit in text editor!;***************************** [Root]ActionAfterRun=INTEGER|0Actions=FOLDERAutomat=INTEGER|-1CatID=INTEGER|566377171ContinueOnError=INTEGER|0ExternalName=STRING|"Task10"Hide=INTEGER|0ID=INTEGER|1257173096LogOnAsUser=INTEGER|1Name=STRING|"foto download"OnErrorTaskID=INTEGER|0Priority=INTEGER|3RunOnClose=INTEGER|0RunOnStartup=INTEGER|0ToLog=INTEGER|3WriteGeneralLog=INTEGER|0[Actions]Action1=FOLDERAction2=FOLDERAction3=FOLDER[Actions\Action1]ActionID=STRING|"A_FTP_LOGON"Enabled=INTEGER|-1Name=STRING|"FTP Log On"Params=FOLDER[Actions\Action1\Params]anonymous=STRING|"0"host=STRING|"93.186.177.74"passive=STRING|"1"password=STRING|"3974641630393342090921369"port=STRING|"21"proxykind=STRING|"0"useproxy=STRING|"0"username=STRING|"pas"[Actions\Action2]ActionID=STRING|"A_FTP_SYNCHRONIZE"Enabled=INTEGER|-1Name=STRING|"FTP Synchronization"Params=FOLDER[Actions\Action2\Params]ExactCopy=STRING|"0"IncludeMask=STRING|"*.*"IncludeSubfolders=STRING|"0"LocalFolder=STRING|"C:\Documents and Settings\Administrator\Desktop\New Folder" RemoteFolder=STRING|"/domains/sooco.nl/public_hml/shop/img/p /"SyncMode=STRING|"1"[Actions\Action3]ActionID=STRING|"A_FTP_LOGOFF"Enabled=INTEGER|-1Name=STRING|"FTP Log Off"Gives error; FtpSetCurrentDirectory('/domains/sooco.nl/public_hml/shop/im g/p/') fails with message: 550 /domains/sooco.nl/public_hml/shop/img/p/: No such file or directory<CR><LF>Pleas advice

Error Robotask 4.1 FTP SYnc

Posted: Tue Jun 08, 2010 4:15 am
by Oleg
You have specified wrong path
/domains/sooco.nl/public_hml/shop/img/p /

change FTP path to
/domains/sooco.nl/public_html/shop/img/p

Error Robotask 4.1 FTP SYnc

Posted: Tue Jun 08, 2010 4:24 am
by rice1973
Hi,Sorry, i put that afterwards in so i tested with an whitout "/"Same error.......

Error Robotask 4.1 FTP SYnc

Posted: Tue Jun 08, 2010 5:02 am
by Oleg
You wrote public_hml but you need write public_html

You have missed "t"

Error Robotask 4.1 FTP SYnc

Posted: Wed Jun 16, 2010 11:13 pm
by rice1973
SORRY!!!!!!!