Go Back   FlashFXP Forums >

Showing results 1 to 25 of 500
Search took 0.63 seconds.
Search: Posts Made By: bigstar
Forum: General Discussion 04-17-2017, 12:54 PM
Replies: 1
Views: 10,934
Posted By bigstar
# require local browser /require local ...

# require local browser
/require local
#display progress box with ability to abort operation
/busybox
# change into desired folder
/cd C:\folder\folder-all\
# select all files modified within...
Forum: General Discussion 04-11-2017, 11:26 AM
Replies: 2
Views: 13,344
Posted By bigstar
The library we use SecureBlackBox currently...

The library we use SecureBlackBox currently doesn't support PuTTY keys with ed25519.

Due to the way SSH keys are managed by SecureBlackBox it would be quite complicated for us to add support...
Forum: General Discussion 04-11-2017, 09:52 AM
Replies: 1
Views: 11,204
Posted By bigstar
1. The reason you get the error "no such...

1.
The reason you get the error "no such files" is because in this case you need to use the absolute path when using the /cd macro.


/cd /opt/screen-video1/html/media/upp/up-test/
/select -f...
Forum: General Discussion 04-11-2017, 09:37 AM
Replies: 1
Views: 8,158
Posted By bigstar
Hello, There is no way to test the execution...

Hello,

There is no way to test the execution without the operations being performed.

The scheduled task works off of a previously created queue file, so just review the queue before making it a...
Forum: General Discussion 04-04-2017, 08:39 AM
Replies: 1
Views: 10,037
Posted By bigstar
The skip list filter doesn't have the ability to...

The skip list filter doesn't have the ability to hide items from the file/folder list.

By default the skip list will only skip matches during automatic file transfers, so for example if you...
Forum: General Discussion 03-22-2017, 02:35 PM
Replies: 1
Views: 7,751
Posted By bigstar
Did this previously work? As stated in the...

Did this previously work?

As stated in the Preferences the default programs are used when a file type does not already have a system file association.

Typically .txt files already have a system...
Forum: General Discussion 03-22-2017, 09:08 AM
Replies: 6
Views: 11,544
Posted By bigstar
I have sent you a private message with additional...

I have sent you a private message with additional details.
Forum: General Discussion 03-21-2017, 02:31 PM
Replies: 6
Views: 11,544
Posted By bigstar
Please give me a couple days to prepare a special...

Please give me a couple days to prepare a special test build of FlashFXP that I will provide you for measuring the start-up performance. Since this type of test does not already exist I will need to...
Forum: General Discussion 03-20-2017, 11:23 AM
Replies: 6
Views: 11,544
Posted By bigstar
After extensive testing with my setup I was only...

After extensive testing with my setup I was only able to come up with one scenario where I was able to reproduce the flicker on startup and its a rather specific situation (with the server under 100%...
Forum: General Discussion 03-20-2017, 09:21 AM
Replies: 6
Views: 11,544
Posted By bigstar
How are the users accessing FlashFXP, is it via a...

How are the users accessing FlashFXP, is it via a remote terminal session or are they running FlashFXP as a RemoteApp?

The number one cause for a slow start in FlashFXP is when the "Default...
Forum: Custom Commands 03-07-2017, 04:27 PM
Replies: 0
Views: 12,292
Posted By bigstar
[script] queue | upload and then move the source dir/file to another location

# 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
#...
Forum: Custom Commands 03-07-2017, 04:18 PM
Replies: 0
Views: 11,119
Posted By bigstar
[script] queue | transfer and delete operation

#for-each item selected perform the following commands
{
# queue <file> for transfer
/queue "%p%f"

# queue delete <file> operation
# this command will only execute if the...
Forum: Custom Commands 03-07-2017, 04:06 PM
Replies: 0
Views: 9,199
Posted By bigstar
[script] Create folders on opposite side from the current selection on the active sid

# DESCRIPTION: Create folders on opposite side from the current item selection on the active side.

# Display a simple [yes/No] confirmation prompt
/confirm "Create new folders on opposite side...
Forum: Custom Commands 03-07-2017, 04:01 PM
Replies: 0
Views: 10,312
Posted By bigstar
[script] batch rename a series of folders

#this will queue the rename operation and allow you to review the result before the rename occurs.

#our goal is to rename a bunch of folders named as <mm-dd-yyyy> to <yyyy-mm-dd>

/enqueue /ren...
Forum: Custom Commands 03-07-2017, 03:57 PM
Replies: 0
Views: 11,366
Posted By bigstar
[script] Use WinRAR to compress folder and then delete it

# require the local browser, otherwise abort the script
/require local

# display confirmation prompt
/confirm "Compress "%f" and then delete it?"

# display busybox to allow the user to abort...
Forum: Custom Commands 03-07-2017, 03:48 PM
Replies: 0
Views: 10,999
Posted By bigstar
[script] Hash selected files using SHA-1 and save to verify.sha1

# require the local browser, abort script if remote is selected
/require local

# display busybox during operation and allow the user to cancel operation
/busybox

# delete any existing...
Forum: Custom Commands 03-07-2017, 03:41 PM
Replies: 0
Views: 9,966
Posted By bigstar
[script] Nested cd and select marked items and queue them

# save current item selection
# cd into selected folders
# for-each selected folder; cd into them and select from marked list and queue
# return to starting path
# restore original item selection...
Forum: Custom Commands 03-07-2017, 03:40 PM
Replies: 0
Views: 11,787
Posted By bigstar
should I post custom command scripts?

Often people ask me to help them with a custom command script.

And I enjoy doing it, but most of the time these custom command scripts are intended to perform a very specific task that perhaps...
Forum: General Discussion 03-06-2017, 02:19 PM
Replies: 4
Views: 13,998
Posted By bigstar
As I previously stated there is already a way to...

As I previously stated there is already a way to adjust the temp folder location but environment variables are expanded and the expanded result is saved. Which causes a problem if you want to use...
Forum: General Discussion 03-06-2017, 10:16 AM
Replies: 4
Views: 13,998
Posted By bigstar
This is a security feature of the portable...

This is a security feature of the portable edition. The portable edition goes to great lengths to avoid storing any temporary files or application data anywhere on the local machine.

Now if this...
Forum: General Discussion 03-02-2017, 10:11 PM
Replies: 2
Views: 11,094
Posted By bigstar
Change the transfer mode from Auto to Binary and...

Change the transfer mode from Auto to Binary and all file types will be transferred AS-IS without any alterations.

This can be done for the current session via the main menu > Session > Transfer...
Forum: General Discussion 02-24-2017, 09:32 AM
Replies: 7
Views: 12,311
Posted By bigstar
I suspect that the problem might be a combination...

I suspect that the problem might be a combination of a specific server configuration combined with the older version of glftpd.

I was not able to reproduce the problem using the same version of...
Forum: General Discussion 02-24-2017, 09:26 AM
Replies: 1
Views: 8,663
Posted By bigstar
No, google drive uses its own unique protocol...

No, google drive uses its own unique protocol which is not compatible with FlashFXP.
Forum: General Discussion 02-18-2017, 10:10 PM
Replies: 2
Views: 11,034
Posted By bigstar
I attempted to reproduce this but was not able...

I attempted to reproduce this but was not able to.

What method are you using to get the entry to move above the current file download?

In most cases the top item will always be the one being...
Forum: General Discussion 02-12-2017, 10:28 AM
Replies: 1
Views: 10,938
Posted By bigstar
I understand that you are experiencing poor...

I understand that you are experiencing poor performance over SFTP, please answer all of the following questions.

Are you using the latest version of FlashFXP? If not please download the latest...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -5. The time now is 05:41 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)