No, it doesn't work for files but another thing you can do, if you re using vmwae fusion and have Cygwin installed is use ssh and scp from cygwin. So you can scp files from Windows to your mac installation via cygwin by doing

scp myfileonwindows 10.0.1.8:/Users/me/Documents
If your username is different in Windows than on the Mac side of the machine, you can do:

scp myfileonwindows [EMAIL PROTECTED]:/Users/me/Documents

and you also can scp from within cygwin files from your macosx installation. However, I don't think you can ssh or scp from your Macosx terminal into your Windows installation without using smbclient. Of course I also realize you can have shared files but I havent done anything with that yet. Of course substitute your username and ip address for the examples of "me" and "10.0.1.8" above.




Reply via email to