On Sat, 2003-08-30 at 07:17, [EMAIL PROTECTED] wrote: > I wanted to send an attachement directly from mutt to another machine. > Is there a way to pipe to scp? So in mutt, select the attachement and > then: > > | scp other.host:some_file.name > > > > > -- > Bill Moseley > [EMAIL PROTECTED] > This is what I use in such cases:
mutt ... | ssh [EMAIL PROTECTED] 'cat > /folder/archive.tar.gz' It works. Sincerely, Jan. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

