[Bug 943] sftp will not send from a named pipe
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Jun 27 13:31:37 EST 2007
http://bugzilla.mindrot.org/show_bug.cgi?id=943
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|3.9p1 |-current
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
Severity|normal |enhancement
--- Comment #8 from Damien Miller <djm at mindrot.org> 2007-06-27 13:31:35 ---
Here is an example of using ssh to transfer to/from a FIFO:
ssh user at host "cat /path/to/yourfifo" > output
ssh user at host "cat > /path/to/yourfifo" < input
Naturally it is up to you to ensure that something is listening on the
FIFO. If you have further questions, please ask them on a general ssh
mailing list or newsgroup. A bug tracking system is not the place to
field support questions.
Otherwise, you can use the patch that is attached to this bug to modify
your sftp to do what you want.
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list