Bulk http/cgi output

Have a suggestion for "Everything"? Please post it here.
Post Reply
franzauker
Posts: 4
Joined: Thu Jul 23, 2009 4:21 pm

Bulk http/cgi output

Post by franzauker »

currently the HTTP interface splits resulting data between pages.

How about a switch (or new cgi-like command) to get "bulk" ASCII text, like ES
(example here)

something like http://192.168.1.2:81/?sbulk=password

F:\zarc\paradoxpassword.txt
F:\zarc\ok\paradoxpassword.txt
F:\zarc\ok2\paradoxpassword.txt
G:\exf\vecchisoft\forkgeosql\paradoxpassword.txt
G:\exf\vecchisoft\ok2\paradoxpassword.txt
G:\parth\sorgenti\geo\paradoxpassword.txt
G:\parth\sorgenti\zarc\paradoxpassword.txt
G:\temp\77\paradoxpassword.txt
G:\temp\ok\paradoxpassword.txt
G:\acronis\hamster\f~zarc\paradoxpassword.txt.DocumentInfo
G:\acronis\hamster\f~zarc\paradoxpassword.txt{Rev 2009;03;17 16;09;48 PM}.txt
G:\acronis\hamster\f~zarc\paradoxpassword.txt{Rev 2009;03;22 17;30;36 PM}.txt
G:\acronis\hamster\f~zarc\paradoxpassword.txt{Rev 2009;04;07 17;12;43 PM}.txt
G:\acronis\hamster\f~zarc\paradoxpassword.txt{Rev 2009;04;17 17;32;04 PM}.txt
G:\xxx\REALVIZ_Stitcher_v5.1_Incl_Keygen_Multilanguage-PARADOX.rar
F:\doc\preferiti\___(((\locking\The Delphi Magazine_ Paradox File Corruption.url

---
Using a command line HTTP-get (+ redirection) this will make a "networked" ES (command line-IP-interface),
for *nix / *bsd (non-windows client)

tnx!
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Bulk http/cgi output

Post by David »

To increase the maximum number of search results to 256 add &c=256 to the end of the URL.

For example:
http://192.168.1.2:81/?s=password&c=256

Or to query all results for password with a FTP client:
  • You will need a client that has support to send custom commands.
  • Connect to your "Everything" ETP/FTP server with your FTP client.
  • Send the custom command:
  • QUERY 0 2147483647 0 0 0 password
The syntax for the QUERY message is:
QUERY <verticalOffset> <MaximumItemsToReturn> <matchCase> <matchWholeWord> <matchPath> <searchString>
verticalOffset - The vertical scroll bar offset or 0 if none.
MaximumItemsToReturn - The maximum number of items to return.
matchCase - Enable case sensitive matching.
matchWholeWord - Enable whole word matching
matchPath - Enable match path.
searchString - the text to search for..
franzauker
Posts: 4
Joined: Thu Jul 23, 2009 4:21 pm

Re: Bulk http/cgi output

Post by franzauker »

256 is the upperbound: it doesn's seem possible to get (say) 5000 match
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Bulk http/cgi output

Post by David »

256 is the maximum maximum!
Post Reply