PDA

View Full Version : bug report find files on ftp server


BetterWang
05-04-2003, 01:59 AM
v2.1 build912 RC1
find files on ftp server...

on my ftp server there is a file test.txt and test;test.txt

named: test;test.txt

we get test.txt and test;test.txt

named: ;test.txt

we get test.txt and test;test.txt too

seems flashfxp cannot deal with ";" properly.

bigstar
05-04-2003, 02:26 PM
';' is a special character when entered into the search field. ; is used to seperate multiple patterns

so entering "test;test.txt" you are searching for test or test.txt

BetterWang
05-04-2003, 09:50 PM
but file name can contain char ";" and how can i search a file whose name contains a ";"?? why just use "<" or ">" which can't be included in file name?

BetterWang
05-04-2003, 09:53 PM
or you can use "text;text.txt" for exact search like google and text;text.txt for or operation.

just a suggestion.

bigstar
05-04-2003, 11:24 PM
Windows Search also uses ; for the same purpose, this behavior is copied from Windows.