On Wed, Jan 17, 2007 at 12:39:41PM +0100, David wrote: > I'm looking for a way to stream commands into an exisiting lftp session. > > Lftp -f <stream> would solve this, as I can just keep feeding the stream > every 5 mins (plus additional noop to keep me from timing out from remote > server), and stay connected forever (or until I send "close" to the stream).
Use a named pipe. -- Alexander..
