I've mounted a Windows 7 directory on my FreeBSD box via smbfs:
mount
...
//ROOT@BARYONYX/GVKV on /usr/home/gvkv/win (smbfs)
but for some reason when I try to copy a directory:
cp .vim /win
I get the following error:
cp: .vim is a directory (not copied).
I can copy files just fine. Is there something special about directories and smb shares?