Solaris is the os used. I want to copy files from UNIX Machine to windows network drive. I know smbclient,ftp can be used. But is there any other best option i can use?
|
feedback
|
migrated from stackoverflow.com Nov 16 '10 at 12:15
This question came from our site for professional and enthusiast programmers.
|
Whether this option is better or not I can't say, but CygWin comes with an NFS daemon program which operates in a similar manner to You should be able to run that on the Windows box and mount it from Solaris. | |||
|
feedback
|
|
That depends on the Solaris version you are using. Recent ones (10 and newer) include Nautilus (Gnome file browser) which can mount windows shares. Then you can copy files with drag and drop. | |||
|
feedback
|