Well,
so it looks like the sftp-server process which is running
on your host cannot read named pipes.
You could try some shell command for redirecting the named
pipe into a file that you can then read, e.g.
tail -f namedPipe >
fileForNamedPipe
At any rate, since ssh / sftp doesn't seem to support this
we cannot support it directly in TM/RSE
so you'll need to find out what your OS on the host
supports.
Thanks,
--
Martin Oberhuber, Senior Member of Technical
Staff, Wind River
direct
+43.662.457915.85 fax +43.662.457915.6
Hello,
Thanks
for response.
I’ve
tried only the SSH connection because SSH server is running on host (and I can‘t
install or any new software like dstore on it…).
BR,
Kamil
From:
dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On
Behalf Of Oberhuber, Martin Sent: Friday, July 30, 2010 11:22
AM To: Target Management developer discussions Subject: RE:
[dsdp-tm-dev] RE: read content from named
pipes
Hello,
this may
depend on the sort of communication protocol you use. Which one did you try?
(dstore, ssh, tcf, ...) ?
Thanks,
--
Martin Oberhuber,
Senior Member of Technical Staff, Wind
River
direct
+43.662.457915.85 fax +43.662.457915.6
From:
dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On
Behalf Of Kamil.Siroky@xxxxxxxxx Sent: Friday, July 23, 2010 2:38
PM To: dsdp-tm-dev@xxxxxxxxxxx Subject: [dsdp-tm-dev] RE:
read content from named pipes
Is it possible to
read content from named pipe (on remote Linux machine) using
RSE?
I’ve tried to use
IFileService.openInputStream(..) method, but
the read operations returns unspecified error…
|