View Single Post
Old 03-07-2017, 04:27 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default [script] queue | upload and then move the source dir/file to another location

Code:
# for-each item selected perform the following commands
{
    # add item to queue for upload    
    /queue "%p%f"

    # after successful upload, move the source files to another folder
    # change %p/UPLOADED/ with the desired location
    /enq /move "%p%f" "%p/UPLOADED/%f"
}

#Automatically start the transfer queue
/start
bigstar is offline