أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
I can use scp to copy files between tow different linux\unix machines, but how can I copy files between linux\unix and windows machines?
The most common and easiest way is "FTP" from unix to windows and vice-versa, by either command line or some ssh tool (provided ftp ports are enabled on the unix/linux machine)
Otherwise, there are various other use-cas es that can be met with by different approaches and/or tools. For example WinSCP is one tool for simple grahical file transfers where as Connect:Direct NDM is a enterprise mothod of securely exchanging files between2 systems (not just unix<->windows).
Hope this helps !
you can use mount .cifs or smbmount even mount -t cifs or smbfs commands
from more detials follow this link
http://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/
Following methods are using for data transfer from Unix to windows
1. Enable SSH and copy from WinSCP or filezilla. Use22 port for data transfer
2. Enable FTP and create ftp user for specific data location
FTP
By configuring samba shares on the network so that linux can talk to windows and vice-versa