Subject Re: [firebird-support] Service restore from stdin
Author Dimitry Sibiryakov
04.10.2017 11:42, Pavel Cisar pcisar@... [firebird-support] wrote:
> You can't use isc_info_svc_line for sending backup file to the service.

But that's what fbsvcmgr does.

> The right token is isc_info_svc_stdin.

No, it is only for getting buffer size from server. I have no idea why application must
care about server buffer, but that how current implementation works.

> isc_info_svc_to_eof *may* work once whole backup stream is sent to the
> service,

I tried. My backup file was 512 bytes long, but it didn't work. That's why I started
this thread.

--
WBR, SD.