FBSD built in FTP server

Steve Bertrand iaccounts at northnetworks.ca
Tue Dec 9 11:39:28 PST 2003


> > 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 at remote.domain.com:/home/steve

and to copy from remote to local:

# scp steve at remote.domain.com:/home/steve/thisfile /home/steve

Steve

> Uli.
> 
> > Please have a look at the man pages.
> >
> > Hope that helps,
> >
> > Uli.
> >
> > >
> > > _______________________________________________
> > > freebsd-questions at freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> > >
> >
> > 	+---------------------------+
> > 	|    Peter Ulrich Kruppa    |
> >         |         Wuppertal         |
> >         |          Germany          |
> >         +---------------------------+
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> >
> 
> 	+---------------------------+
> 	|    Peter Ulrich Kruppa    |
>         |         Wuppertal         |
>         |          Germany          |
>         +---------------------------+
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
-- 

Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca



More information about the freebsd-questions mailing list