FreeBsd file sharing option with Mac OS X

file-sharingfreebsd

I'm newbie on FreeBSD.

I configured a BSD on VM for Erlang. For private use only, NOT for production service. It was very easy setup and installing, now I can call erl console.

Next, I want to upload my Erlang source file from my Mac into BSD. What kind of file transferring option available and suitable for my purpose?

Best Answer

I personally prefer copying via scp

scp /path/to/source/file username@otherbox:/path/to/desired/destination

or

scp username@otherbox:/path/to/file /path/to/destination