View Single Post
Old 05-27-2015, 08:41 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Quote:
Originally Posted by MPOWER View Post
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
bigstar is offline