|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Moveing large files
|
perhaps something like this will work? (test with smalll files first)
cat /path/to/sourcefile | ssh -l user@host "/bin/cat > /path/to/destination"
JondZ
>
> i was hopeing for a way to do with with ssh. I cannot remember how you do a
> stream over ssh from one system to another. failing that i will install nc
> on the other box, because it is lacking there.
>
> thanks
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|