Go Back   FlashFXP Forums > > >

Suggestions Post suggestions for upcoming versions

 
 
Thread Tools Display Modes
Old 09-09-2004, 02:58 PM   #1
Dirk_Platt
Junior Member
 
Join Date: Sep 2004
Posts: 1
Default owerwrite by date/time

Found a Thread in the Suggestions in your Archive, that was from 2001 askin for a feature to select owerwriting files by date, i.e. if they are older.

If there is still no such feature, i'd strongly suggest it ... if it is, i would appreciate a hint, where?


Dirk Platt
Dirk_Platt is offline  
Old 09-10-2004, 07:36 AM   #2
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

This feature is currently still on our todo list.
bigstar is offline  
Old 09-11-2004, 09:32 PM   #3
Joker
Senior Member
 
Join Date: Jul 2002
Posts: 182
Default

3 years on the todo list, must be a very long list then.

You dont mind sharing that todo list so we know what we can expect?
or is there any sticky on that already? havent found any though
Joker is offline  
Old 09-11-2004, 10:05 PM   #4
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

actually it's a really complicated feature, I haven't been able to come up with a good way of displaying such a complicated configuration. It's almost a logic that needs to be scripted.

I.E.

If Larger and older then overwrite

If Equal or older than overwrite

If older than overwrite

There's so many different combinations of possibilities.
bigstar is offline  
Old 09-16-2004, 05:33 AM   #5
lax
Junior Member
FlashFXP Registered User
 
Join Date: Apr 2004
Posts: 18
Default

Quote:
Originally posted by bigstar
actually it's a really complicated feature, I haven't been able to come up with a good way of displaying such a complicated configuration. It's almost a logic that needs to be scripted.

I.E.

If Larger and older then overwrite

If Equal or older than overwrite

If older than overwrite

There's so many different combinations of possibilities.
hrm...yeah, I can see that getting complex. I dunno about the coding, but it's an interesting problem just as far as the UI goes.

Seems like maybe you could have something similar to the current drop-down menu set in "file exists", but have a bunch of rows that each had dropdowns for [destination] file date, file size, transfer type, and action.

file date would have: older, newer, same, any.
file size would have: larger, smaller, same, any.
transfer type: upload, download, fxp, any.
action: overwrite, skip, resume, ask.

Relationship between the first 3 elements of each row would be "and", between the 3rd & 4th "then".

To keep from having to set a row for every possibility, you could either have any situation not defined by a rule [row] default to a user-defined action like "ask" or "skip", or (maybe more complicated, but definitely more flexible) the rules could be prioritized so that rules defined on lower rows would be overridden by those defined on higher rows in the event of a conflict.

so for your examples:

For "equal or older then overwrite" (assuming that there's a separate drop-down allowing the user to set a default action for undefined situations, say "skip" in this example) you'd set the first row (assuming the menus are in the order listed above): older, any, any, overwrite; and the second row you'd set to: same, any, any, overwrite.

to do the same thing using the "prioritized rules" method instead of the "user defined default" method, you'd set the third row to "any, any, any, skip" (which would work well as the default setting for all rows -- or maybe any, any, any, ask).

For "larger and older then overwrite" you'd need only set the first row to: older, larger, any, overwrite (and in the case of the 'prioritized rules' method, you'd set the 2nd row to any, any, any, skip).

if you wanted to always overwrite older files, it'd be the first row set to "older, any, any, overwrite" (and again set the default action or set the 2nd line to any, any, any, skip).

a common setting might be "if older then overwrite, if newer then skip, if equal and smaller then resume, if equal and equal then skip, if equal and larger then ask". This would only require you to set (in the "prioritized rules" method) 3 rules plus the standard final "default" rule:

1. older, any, any, overwrite
2. same, smaller, any, resume
3. same, larger, any, ask
4. any, any, any, skip

In the "user defined default" method, the menus in each row would have to default to a null setting (so that unused rows wouldn't be defining an action). for the "prioritized rules" method, you wouldn't need to do that, since any row beneath "any, any, any, [whatever]" would have no effect -- so if the default for all rows was any, any, any, skip then the user could set however many rules he wanted & then just leave the rest alone (if he wanted it to skip unless defined otherwise) or else set the rules he wanted & then set the next row to any, any, any, ask (if that's what he wanted). the any, any, any, skip rows beneath that one would be overridden.

Heh twisty stuff. Fun to think about :)

//edit: On reflection, I'm not sure if in the "prioritized rules" method you could possibly encounter a situation such that you would want two rules to have the same priority. I can't think of one offnand, but then again, it's late ;)

If so, I guess you'd have to have and/or dropdowns between each of the first 3 elements in each row, which seems awkward... you could have a numbered "priority" dropdown for each row instead, and set two to the same number, but that'd allow for conflicts & it seems like such a thing could be better expressed in a single line somehow anyway. But like I say, I can't think of a case where it'd be an issue anyway, since each row defines a unique "and" combination, and so shouldn't conflict with one another at all (if two rows had the same "and" combination, but a different "then" response, the lower row would obviously have no effect). so maybe there'd be no need for such a thing.

//edit 2: the "prioritized rules" would have an advantage over the "user-defined default action" in a situation such as "if older then overwrite, if equal and smaller then resume, if equal and equal then skip, if equal and larger then ask, otherwise skip -- unless uploading, in which case always overwrite". For this you'd set:

1. any, any, upload, overwrite
2. older, any, any, overwrite
3. same, smaller, any, resume
4. same, larger, any, ask
5. any, any, any, skip

I think it'd be a lot harder to do something like that with the "user-defined default action" method, and more complicated combinations would probably be impossible.

Also, with the "user-defined default" method, you'd need some separate way to deal with rule conflicts (which is eliminated if the rules are prioritized).
lax is offline  
Old 03-23-2006, 11:36 AM   #6
Bailing Out
Junior Member
 
Join Date: Mar 2006
Posts: 1
Default

Wow, no date override feature. That's too bad. I am looking to buy an FTP program. I'd use WS_FTP but it's so expensive. I was all ready to settle on FlashFXP -- good price, good features, easy interface -- but not being able to send newer files is a dealbreaker for me. Sorry.
Bailing Out is offline  
Old 11-21-2006, 07:59 AM   #7
NemolaN
Junior Member
 
Join Date: Nov 2006
Posts: 9
Default

what about a solution close to scripting?

look how kaspersky solves the problem of multiple options.

Each link is a different option that can be changed by clicking it
Attached Thumbnails
owerwrite by date/time-kaspersky2-jpg  
NemolaN is offline  
 

Tags
dirk, feature, hint, older, platt

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:26 PM.

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