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

Quote:
Originally Posted by MPOWER View Post
Is it possible to select and delete ALL contents of my Local Destination folder before transferring the new from the server?
Yes, we just add a few more commands.

Code:
/lcd n:\logs
/activate local
/select -f
/delete selected
/activate remote
/cd /data/logs/
/select -f
/queue selected
bigstar is offline