Re: using secure ftp with a pipe ?
From: David Magda (dmagda+trace040423_at_ee.ryerson.ca)
Date: 06/23/04
- Next message: Sykes: "Nessus custom reports?"
- Previous message: David Magda: "Re: How vulnerable is RPC (port 1025) on Linux?"
- In reply to: Larry: "using secure ftp with a pipe ?"
- Next in thread: Larry: "Re: using secure ftp with a pipe ?"
- Reply: Larry: "Re: using secure ftp with a pipe ?"
- Reply: Konstantinos Peletidis: "Re: using secure ftp with a pipe ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 23 Jun 2004 11:25:17 -0400
surfunbear@yahoo.com (Larry) writes:
> Some people in our group are having problems using sftp with a
> pipe. We used to do that with regular ftp I guess and have another
> process read from the pipe as the transfer was large and there was
> not allways enough disk space. I believe it was a file type
> pipe. Any thoughts on this on how to make it work or would you
> expect it to not work due to security etc ?
Haven't tried it myself, but have you tried something along the lines
of:
$ cat source.txt | ssh user@remote "cat - > destination.txt"
work?
-- David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/ Because the innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI
- Next message: Sykes: "Nessus custom reports?"
- Previous message: David Magda: "Re: How vulnerable is RPC (port 1025) on Linux?"
- In reply to: Larry: "using secure ftp with a pipe ?"
- Next in thread: Larry: "Re: using secure ftp with a pipe ?"
- Reply: Larry: "Re: using secure ftp with a pipe ?"
- Reply: Konstantinos Peletidis: "Re: using secure ftp with a pipe ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|