Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2003 14:38:50 -0500
From:      Steve Bertrand <iaccounts@northnetworks.ca>
To:        Peter Ulrich Kruppa <root@pukruppa.de>
Cc:        "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org>
Subject:   Re: FBSD built in FTP server
Message-ID:  <1070998730.391.53.camel@ptp.northnetworks.ca>
In-Reply-To: <20031209195752.H74542@pukruppa.net>
References:  <MIEPLLIBMLEEABPDBIEGMEBBFAAA.fbsd_user@a1poweruser.com> <20031209195752.H74542@pukruppa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> > I never used this, but I know there is sftp and sftp-server
> > on your system, which use ssh-encryption and -protocol.
> >
> Since your question made me curious: sftp-server is started
> automatically with sshd (i.e. you probably have it running
> now) and there is a small gpl'ed sftp client
> for windows available on i-tree.org . This is nice to transfer
> files from work to my home machine.
> 

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

Steve

> Uli.
> 
> > Please have a look at the man pages.
> >
> > Hope that helps,
> >
> > Uli.
> >
> > >
> > > _______________________________________________
> > > 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"
> > >
> >
> > 	+---------------------------+
> > 	|    Peter Ulrich Kruppa    |
> >         |         Wuppertal         |
> >         |          Germany          |
> >         +---------------------------+
> > _______________________________________________
> > 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"
> >
> 
> 	+---------------------------+
> 	|    Peter Ulrich Kruppa    |
>         |         Wuppertal         |
>         |          Germany          |
>         +---------------------------+
> _______________________________________________
> 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"
-- 

Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca



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