View Single Post
Old 05-21-2014, 08:12 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

No not in FlashFXP v4.x however you might be able to do something like this using FlashFXP v5.x (beta)



In this screenshot I have enqueued some raw commands.

These are new commands just recently introduced so they are still experimental.

To enqueue the raw commands connect to the two desired sites and right click on the file list and from the popup menu select Enqueue > Raw Command



Now what these command do is this

/browser 1 remote
This ensures that the left side is the remote browser.

/browser 2 remote
This ensures that the right side is the remote browser.

/cd /home/flashfxp/incoming/

This actually connects to Site A and Site B and then changes the remote path to /home/flashfxp/incoming/ on Site A, make sure that the left side is active when enqueuing the command.

/cd /home/flashfxp/new/
Changes the remote path to /home/flashfxp/new/ on Site B, make sure that the right side is active when enqueuing the command.

/activate 1
This will ensure that the left side is active for the following commands.

/select *.csv
This will select any items matching the pattern.

/queue selected
This adds the current selection to the queue to be transferred.

/delete selected
This adds the current selection to the queue to be deleted. This operation will only execute if all previous commands are successful. If for example there are multiple files and one of them fail then this command will not run.

I've attached a sample queue as a reference only, since it wont actually work without changing the sites.

Also as I stated this requires FlashFXP v5 beta, you can download the beta from our website at
Download FlashFXP v5.0 BETA

You can have FlashFXP v4 and v5 installed without conflicts, both are completely separate from each other.
Due to many major changes to the data files they purposely use different data folders.

I revised my original reply and fixed a few mistakes and redid the screenshots, I also updated the sample.fqf
Attached Files
File Type: fqf sample.fqf (659 Bytes, 1 views)

Last edited by bigstar; 05-21-2014 at 11:05 PM.
bigstar is offline