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

Quote:
The directory does exist
The correct command to be executed on local browser should be:
/enq /move "%lp@f@" "%lpOK\@f@"
The paths created are correct but command remark is to be executed on remote window!!
Ohhhh I am so sorry by the way you worded your question I thought you wanted to move the target file after upload.

This is much more simplified compared to the original code to move the target after upload.
Code:
{
    /queue "%p%f"
    /enq /move "%p%f" "%pOK/%f"
}
/start
I will respond to you other bug reports and concerns in a follow up post.
bigstar is offline