PDA

View Full Version : How to transfer entire source without selecting?


micnolmad
05-21-2015, 03:48 AM
Hi,

I would like to know if it is possible to transfer the entire source folder without selecting everything first?

I have looked at the settings but can't find the setting..

Thanks :)

bigstar
05-21-2015, 07:12 AM
You can use the Ctrl+A shortcut to select all in the file list pane.

Or you can select and queue the base folder via the "Navigation Tree" pane when selecting it via the file listing is not possible due to permissions or the base folder being root.

The navigation tree can be toggled via the first button on the sub navigation toolbar as shown below:

https://oss.azurewebsites.net/images/forum/flashfxp-nav-tree-toggle.png

Alternatively you can queue the folder via a raw command command, from the main menu > Commands > Raw Command

/queue -d "/source/path/" "c:\target\path\"

micnolmad
05-21-2015, 07:34 AM
I see, thank you.

I seem to remember that the 4.x version had an option to automatically select all content of the file listing window if nothing was selected or am I wrong?

Anyway it would be nice to have that option as a setting. Any chance it will be implemented?

Again, thanks for the help :)

bigstar
05-21-2015, 08:06 AM
I seem to remember that the 4.x version had an option to automatically select all content of the file listing window if nothing was selected or am I wrong?

Some 4.x releases had the ability to queue/transfer the parent directory entry in the file list, this had the same effect as the solutions I provided above, sadly the feature was later removed because it caused too much confusion among many of our customers.

In the latest v5.1 release some limited functionality was re-introduced; you can drag the "parent directory" entry, but you still can't right-click or use the toolbar buttons to interact with it.

micnolmad
05-21-2015, 08:49 AM
Fair enough. I can understand the decision to remove a feature that is causing user grief. I do hope it find its way back one day. You could hide under double advanced settings, like Settings->Advanced->Geeks Only->Blue Pill->You Asked For It->Cookie :)

Anyway, thank you for your time.

bigstar
05-21-2015, 01:26 PM
We do have an advanced config setup via raw commands /set <token> <value>

I implemented a new token to control this behavior and you can test it out in this new build.

1 . Download FlashFXP 5.1 build 3846 (http://alt-download.flashfxp.com/FlashFXP51_3846_Setup.exe)
2. Install the update
3. Commands > Raw Commands (or Ctrl+R) and enter

/set app.queue.parent 1

This setting is remembered on restart so you only have to do this once, to undo this setting
/set app.queue.parent 0

Please give it a try and let me know

micnolmad
05-21-2015, 01:42 PM
Wau...! Freaking awesome service! That was so unexpected :surprised

Not to be a hassle but I use the portable version, I don't have it installed. Is there a installer flag to make it portable?

bigstar
05-21-2015, 04:08 PM
Here's the link to the portable edition (http://alt-download.flashfxp.com/FlashFXP51_3846_Portable.exe)