> > 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 [EMAIL PROTECTED]:/home/steve and to copy from remote to local: # scp [EMAIL PROTECTED]:/home/steve/thisfile /home/steve Steve > Uli. > > > Please have a look at the man pages. > > > > Hope that helps, > > > > Uli. > > > > > > > > _______________________________________________ > > > [EMAIL PROTECTED] mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > > > > > +---------------------------+ > > | Peter Ulrich Kruppa | > > | Wuppertal | > > | Germany | > > +---------------------------+ > > _______________________________________________ > > [EMAIL PROTECTED] mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > > > +---------------------------+ > | Peter Ulrich Kruppa | > | Wuppertal | > | Germany | > +---------------------------+ > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Steve Bertrand President/CTO, Northumberland Network Services t: 905.352.2688 w: www.northnetworks.ca _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"