PDA

View Full Version : Enhancement suggestions


johnfxp
07-04-2004, 11:31 PM
Please consider these enhancement suggestions for FlashFXP:

1) Command-line interface support for automation
purposes. Mainly, I'd like to upload a file to my web
host and overwrite what is there automatically. Right
now it's manual because I have to login, upload, say
OK to overwrite, and logout (I *could* stay connected
for extended periods, but it's not good etiquette).

2) Move the "FTP | On Transfer Complete | Show
Confirmation" option to a global FXP option. Right
now it's tedious because I have to go into "FTP | On
Transfer Complete" twice.

3) On "Quick Connect", if the password is incorrect,
prompt again for a different password instead of
falling back out.

4) While connected to a site configured in the site
manager, it would be nice to be able to right-click on
the local or remote pane and say "make this the
default directory for this site next time".

5) I ran into a performance problem once where I had
4-5 60MB .exe's in a directory in the local view and
FXP's view to the files was somehow forcing a scan by
my antivirus software which was extremely slow. It
would be nice if FXP didn't open the EXE's (I assume
it must be) so as not to trigger antivirus on-demand
scanning.

6) A native Linux version? I'd pay for one.

Keep up the good work.

Thanks,

John

MxxCon
07-04-2004, 11:41 PM
Originally posted by johnfxp
Please consider these enhancement suggestions for FlashFXP:

1) Command-line interface support for automation
purposes. Mainly, I'd like to upload a file to my web
host and overwrite what is there automatically. Right
now it's manual because I have to login, upload, say
OK to overwrite, and logout (I *could* stay connected
for extended periods, but it's not good etiquette).
already possible by creating and save desired file in a queue file

2) Move the "FTP | On Transfer Complete | Show
Confirmation" option to a global FXP option. Right
now it's tedious because I have to go into "FTP | On
Transfer Complete" twice.already exist

5) I ran into a performance problem once where I had
4-5 60MB .exe's in a directory in the local view and
FXP's view to the files was somehow forcing a scan by
my antivirus software which was extremely slow. It
would be nice if FXP didn't open the EXE's (I assume
it must be) so as not to trigger antivirus on-demand
scanning.that's problem with your antivirus, not flashfxp.

DYN_DaTa
07-05-2004, 01:36 AM
Originally posted by johnfxp
6) A native Linux version? I'd pay for one ...

Read this (http://forum.flashfxp.com/search.php?s=&action=showresults&searchid=71673&sortby=lastpost&sortorder=descending). Although isn't related with a native version, it'll give you a tip about the Linux version.

Tribl
07-05-2004, 01:49 AM
and i'd say this is the wrong forum

MxxCon
07-05-2004, 04:02 AM
Originally posted by Tribl
and i'd say this is the wrong forum
moved :rolleyes:

johnfxp
07-05-2004, 09:26 AM
Re: Enhancement suggestions

quote:Originally posted by johnfxp
Please consider these enhancement suggestions for FlashFXP:

1) Command-line interface support for automation
purposes. Mainly, I'd like to upload a file to my web
host and overwrite what is there automatically. Right
now it's manual because I have to login, upload, say
OK to overwrite, and logout (I *could* stay connected
for extended periods, but it's not good etiquette).

already possible by creating and save desired file in a queue file

Not exactly. I still get prompted whether to overwrite the file and this does not seem to be override-able on a case by case basis. Also, command-line support does not exist.


quote:5) I ran into a performance problem once where I had
4-5 60MB .exe's in a directory in the local view and
FXP's view to the files was somehow forcing a scan by
my antivirus software which was extremely slow. It
would be nice if FXP didn't open the EXE's (I assume
it must be) so as not to trigger antivirus on-demand
scanning.

that's problem with your antivirus, not flashfxp.

My antivirus software is doing its job when it scans the EXE files before allowing them to be opened. Obviously, this takes time with large files. FlashFXP should not have to open the EXE files (to get version#, I don't know - what is it doing?) while browsing directories. Whatever the reason the EXE files are being open()ed, this should be an option or should be removed.

bigstar
07-05-2004, 12:45 PM
My antivirus software is doing its job when it scans the EXE files before allowing them to be opened. Obviously, this takes time with large files. FlashFXP should not have to open the EXE files (to get version#, I don't know - what is it doing?) while browsing directories. Whatever the reason the EXE files are being open()ed, this should be an option or should be removed. The local shell browser uses the file associations to extract the proper file icon, for exe files the windows shell tries to extract the icon directly from the file. this can be said for all shell browsers interfaces.