2/20 I have several gigs of files that I need to transfer from a bsd
machine to an os x machine. What's an efficient way of doing this?
(It's way too many files to gmail to myself.)
\_ Umm, have you heard of ftp, http, scp, rsync, etc.? Email is one
of the least efficient means imaginable for this kind of thing.
\_ rsync, followed by tar | ssh, followed by create a tar/gz file and
use any of the other methods.
\_ Thanks, but I ended up just using ftp (dont' know why I
didn't thinking of it myself). -op |