| Author |
|
rice1973 Newbie


Joined: 04 January 2010 Location: Netherlands
Online Status: Offline Posts: 25
|
| Posted: 08 June 2010 at 6:06am | IP Logged
|
|
|
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|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|566377171 ContinueOnError=INTEGER|0 ExternalName=STRING|"Task10" Hide=INTEGER|0 ID=INTEGER|1257173096 LogOnAsUser=INTEGER|1 Name=STRING|"foto download" OnErrorTaskID=INTEGER|0 Priority=INTEGER|3 RunOnClose=INTEGER|0 RunOnStartup=INTEGER|0 ToLog=INTEGER|3 WriteGeneralLog=INTEGER|0
[Actions] Action1=FOLDER Action2=FOLDER Action3=FOLDER
[Actions\Action1] ActionID=STRING|"A_FTP_LOGON" Enabled=INTEGER|-1 Name=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|-1 Name=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|-1 Name=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
__________________ Robotask rules! :)
|
| Back to Top |
|
| |
Oleg Admin Group


Joined: 16 April 2004
Online Status: Offline Posts: 1133
|
| Posted: 08 June 2010 at 7:15am | IP Logged
|
|
|
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
Edited by Oleg on 08 June 2010 at 7:18am
__________________ Oleg Yershov
|
| Back to Top |
|
| |
rice1973 Newbie


Joined: 04 January 2010 Location: Netherlands
Online Status: Offline Posts: 25
|
| Posted: 08 June 2010 at 7:24am | IP Logged
|
|
|
Hi,
Sorry, i put that afterwards in so i tested with an whitout "/"
Same error.......
__________________ Robotask rules! :)
|
| Back to Top |
|
| |
Oleg Admin Group


Joined: 16 April 2004
Online Status: Offline Posts: 1133
|
| Posted: 08 June 2010 at 8:02am | IP Logged
|
|
|
You wrote public_hml but you need write public_html
You have missed "t"
__________________ Oleg Yershov
|
| Back to Top |
|
| |
rice1973 Newbie


Joined: 04 January 2010 Location: Netherlands
Online Status: Offline Posts: 25
|
| Posted: 17 June 2010 at 2:13am | IP Logged
|
|
|
SORRY!!!!!!!        
__________________ Robotask rules! :)
|
| Back to Top |
|
| |