Search found 4 matches

by franzauker
Fri Jul 24, 2009 12:43 pm
Forum: Suggestions
Topic: Bulk http/cgi output
Replies: 3
Views: 13265

Re: Bulk http/cgi output

256 is the upperbound: it doesn's seem possible to get (say) 5000 match
by franzauker
Fri Jul 24, 2009 12:37 pm
Forum: Support
Topic: Quering the ETP server via standard FTP client
Replies: 2
Views: 7172

Re: Quering the ETP server via standard FTP client

In Win32 it can be done via something like that (ETP server 192.168.0.2)
(+ tail for trimming unwanted lines)

@echo off >nul
echo.>ftpcommand.txt
echo literal QUERY 0 2147483647 0 0 0 %1>>ftpcommand.txt
echo quit>>ftpcommand.txt
ftp -s:ftpcommand.txt 192.168.0.2
by franzauker
Thu Jul 23, 2009 6:31 pm
Forum: Suggestions
Topic: Bulk http/cgi output
Replies: 3
Views: 13265

Bulk http/cgi output

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\parado...
by franzauker
Thu Jul 23, 2009 4:23 pm
Forum: Support
Topic: Quering the ETP server via standard FTP client
Replies: 2
Views: 7172

Quering the ETP server via standard FTP client

is it possible to use the venerable ftp.exe program to query (via network) the db?
how?

tnx!