PDA

View Full Version : command token bug


billysk8r
01-13-2003, 03:38 AM
When using flashfxp's custom commands on a directory for filename that includes any of it's script command tokens, the program interprets those as actual command tokens and causes disfunctionality with the entire script.

example script: File renamer:

rnfr %d[Old Name]
rnto %d[New Name]

now, if the old file name in the server is:

asdf%d123.zip

when trying to run the custom command, the result would open up an extra unintended window asking for an input, and whatever u put in that input would replace the %d part of the file when the command actually got sent to the server.

so if u put WHOAH in that third unintended input dialog, you'd end up sending this command to the server:

rnfr asdfWHOAH123.zip

which of course would not work


this needs to be fixed =D

MxxCon
01-13-2003, 03:57 PM
thread title renamed

bigstar
01-13-2003, 04:32 PM
This behavior is by design. Someone asked for it but I don't recall why. There might be a thread on there somewhere explaining it.