| I am running version 3.4.2 on Windows 200 service pack 3  : I am running the script below and get this error in the logfile each time. I : can go out and manualy FTP the files with out getting an error.
 : SCript  : SyncFTPDir( "remote", "www1.meadwestvaco.com", : "nobody", "sum0n3",
 : "/usr/HTTPServer/share/prod/htdocs/mwv",
 : "d:\external\mwv_prod", true, false, true, true )
 : SyncFTPDir( "local", "domasx01.meadwestvaco.com",
 : "asx01", "crpasx01", "d:\external\mwv_prod",
 : "/domasx01/domino/html/", true, false, true, true )
 : SyncFTPDir( "local", "domasx02.meadwestvaco.com",
 : "asx02", "crpday01", "d:\external\mwv_prod",
 : "/domasx02/domino/html/", true, false, true, true )
 : Error  : 3/18/2003 09:54:54 0 18 mwv file copy Job started. : 3/18/2003 09:55:33 1 18 mwv file copy A run-time error occurred while
 : executing automation script: Line 2. Error creating subdirectory
 : "/domasx01/domino/html/ethicsline". FTP Error. Could not create
 : new directory "ethicsline". The server has returned an extended
 : error: 550 ethicsline: Do not
 : 3/18/2003 09:56:03 1 18 mwv file copy A run-time error occurred while
 : executing automation script: Line 3. Error creating subdirectory
 : "/domasx02/domino/html/ethicsline". FTP Error. Could not create
 : new directory "ethicsline". The server has returned an extended
 : error: 550 ethicsline: Do not
 : 3/18/2003 09:56:03 0 18 mwv file copy Job finished.
 : Can anyone think of a reason for these errors 
 
 |