Quote:
Originally Posted by MPOWER
I fixed it like in the following example:
/lcd c:\myLocalfolder
/activate local
/select -f
/delete selected
/activate remote
/cd /data/indices/my_index/
/select -f *lst.csv
/queue selected
/cd/data/WORLD/my_remote_files/
/addselect -f *lst.csv
/queue selected
|
Not sure if you made a mistake in your post or in your raw command script but the following line is not valid
/addselect -f *lst.csv
You'd want to use
/select -f *lst.csv