Tagged Questions
4
votes
2answers
657 views
Copy from linux to windows every minute
I currently quickly setup a way to copy files from my linux machine to a windows share that multiple people can access, but I'm looking for a better way.
In Windows 7, I made a folder accessible to ...
0
votes
1answer
229 views
Why can I not copy a direcotry from *nix to a mounted smbfs share on Windows 7?
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 ...