On Mon, Nov 21, 2011 at 09:45:15AM -0600, George Neill wrote:
> > Use redirection _inside_ of lftp:
> >        lftp -e 'cat a_dir/a_file.txt > myfile.txt; bye' a_host
> >
> 
> Again my goal is to not land a file to disk ... I am guessing I am going to
> have to trick it with ...

You can do this:

        lftp -e 'cat a_dir/a_file.txt | a_program; bye' a_host

or `set cmd:interactive false' to disable the final message.

-- 
   Alexander.
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to