Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2003 21:15:01 +0000
From:      Andrew Boothman <andrew@cream.org>
To:        iaccounts@northnetworks.ca
Cc:        "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org>
Subject:   Re: FBSD built in FTP server
Message-ID:  <3FD63B55.1000006@cream.org>
In-Reply-To: <1070998730.391.53.camel@ptp.northnetworks.ca>
References:  <MIEPLLIBMLEEABPDBIEGMEBBFAAA.fbsd_user@a1poweruser.com> <20031209195752.H74542@pukruppa.net> <1070998730.391.53.camel@ptp.northnetworks.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Steve Bertrand wrote:

> Sftp is great, and also loaded up by default is 'scp', which is the
> Secure 'copy' program. From *nix to *nix, it is an effective way to copy
> files to/from remote computers just as if they were local file systems:
> 
>>From local to remote
> 
> # scp thisfile steve@remote.domain.com:/home/steve
> 
> and to copy from remote to local:
> 
> # scp steve@remote.domain.com:/home/steve/thisfile /home/steve

Agreed - I use scp a lot for copying files and directories between machines.

There's also a great command-line scp client available for windows 
called pscp available from http://www.putty.org.uk/download.html along 
with PuTTY itself which is IMHO the best free windows SSH client available.

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FD63B55.1000006>