Subject | RE: [firebird-support] Request with telnet |
---|---|
Author | Steffen Heil |
Post date | 2004-04-05T14:24:08Z |
Hi
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
> Is anyone who now how to get ,for example, the tables list from a remotefirebird linux server with telnet??
> I have tried "telnet my.firebird.server 3050" but after this connection idont 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