Subject RE: [firebird-support] Request with telnet
Author Steffen Heil
Hi

> Is anyone who now how to get ,for example, the tables list from a remote
firebird linux server with telnet??
> I have tried "telnet my.firebird.server 3050" but after this connection i
dont know how to talk with the server...like smtp protocol or pop protocol..

The database protocol is a binary protocol IMHO.
Therefor you CANNOT connect to the database server using telnet.

BUT you can use isql to connect in a simmilar way.
Install client tools for this (or copy from server).

Regards,
Steffen