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.