On Thu, Sep 18, 2003 at 01:51:37AM -0500, Lucius, Leland wrote: > Anybody know of a simple way of piping data from an LPD server to an SFTP > server? I've banged together a simple filter that "works", but I was just > wondering if I even need to do that.
An sftp server is actually an ssh server. If you want something piped to an ssh server, just 'ssh server "command"' When quoted correctly, the command can be an arbitrary shell command-line. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+
