Sync file: Moving up one folder
Posted: March 10th, 2015, 11:42 am
Hi,
I really like the new feature of syncing with dropbox and/or ftp. Right now I'm using dropbox..
But I have one problem. My folder hierarchy looks like this:
MDS/
application
/data/datafiles
/lookup_files/lookup_file1.csv, ... lookup_file2.csv
I manage to "get" the .pen and .pff file, then CreateClientPath/CreateServerPath data and to "put" my data files, but then I want to go up one level and down into the folder lookup_files, to "get" my files there, but I don't manage to go back up.
The obvious way to do it to me is (after dealing with the data folder)
ServerPath=..
ClientPath=..
CreateClientPath=/lookup_files
ClientPath=/lookup_files
But it seems my lookup_files folder ends up under the Data folder. And I haven't found an example on how to do this (I also tried just to set the paths like this (again after dealing with the data folder):
ServerPath=MDS
ClientPath=MDS
..and various versions with and without slashes
Any suggestions on how to do it?
Anne
I really like the new feature of syncing with dropbox and/or ftp. Right now I'm using dropbox..
But I have one problem. My folder hierarchy looks like this:
MDS/
application
/data/datafiles
/lookup_files/lookup_file1.csv, ... lookup_file2.csv
I manage to "get" the .pen and .pff file, then CreateClientPath/CreateServerPath data and to "put" my data files, but then I want to go up one level and down into the folder lookup_files, to "get" my files there, but I don't manage to go back up.
The obvious way to do it to me is (after dealing with the data folder)
ServerPath=..
ClientPath=..
CreateClientPath=/lookup_files
ClientPath=/lookup_files
But it seems my lookup_files folder ends up under the Data folder. And I haven't found an example on how to do this (I also tried just to set the paths like this (again after dealing with the data folder):
ServerPath=MDS
ClientPath=MDS
..and various versions with and without slashes
Any suggestions on how to do it?
Anne