You need to specify the full path as \\level1\\level2\\level3\\user_id\\outgoing and also don't use quotes around boolean values, just TRUE or FALSE : What is the proper syntax for using SyncFTPDIR sucessfully? : Typically the account to a ftp server may automatically navigate it to many : subfolders level down. : I have used the following syntax with any noticeable success. : SyncFTPDir( "REMOTE", "ftp1.company.com", : "user_id", "password", "outgoing", : "d:/level1/outgoing", "TRUE", "FALSE", : "FALSE", "FALSE" ) : Outgoing in the remote FTP server may be already residing in : \level1\level2\level3\user_id. : If I do an manual FTP login in with the user_id it normally brings me : straight into the user_id folder. : The FTP server file structure could be : /level1 : + level 2 : + level 3 : + user_id (the folder is the same as the user login id : + outgoing : + incoming : I am attempting to sync the outgoing folder with my d:\level1\outgoing : folder. : Thank-you in advance.
|