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
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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"