Date: Tue, 24 Aug 2004 20:35:39 +1000 From: August Simonelli <augusts@gmail.com> To: spidey@act.co.za Cc: freebsd-questions@freebsd.org Subject: Re: SCP Message-ID: <46fa40c104082403354449bfc2@mail.gmail.com> In-Reply-To: <000d01c489c5$15892a90$0b01000a@SPIDEY> References: <000d01c489c5$15892a90$0b01000a@SPIDEY>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Aug 2004 12:28:23 +0200, Spidey Knepscheld <spidey@act.co.za> wrote: > Hi Guys > > I have to FreeBSD boxes next to each other and would like to copy a > directory from the mail server to the firewall.I have root access to > both the PC's.The directory on the mail server is /home/www/trafd and I > would like to copy it to the fw to /usr/ports/net/ . Here is the command > I tried : > > scp /home/www/trafd <mailto:spidey@196.15.213.253> > spidey@196.15.213.253: /usr/trafd I think it's more like this: scp user@remotehost:/path/to/remote/dir/* /path/to/local/dir/ i'm still pretty new at this but if i'm not mistaken root can't login remotely by default, so unless you've allowed that it'll fail. hope this helps ... august > > Please if someone can help > > Spidey > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46fa40c104082403354449bfc2>