-1

Actually I have 80k files coming into my Unix Box every half hr. I wanted a efficient way to copy the files to Windows in a lesser time.

  • Ever heard of scp, sftp and rsync? By the way, the question belongs to http://unix.stackexchange.com/ or to http://superuser.com/ – juhist Mar 23 '15 at 08:17
  • Refer to: http://stackoverflow.com/questions/23308092/copy-file-from-unix-to-windows-using-putty – Frank Zhang Mar 23 '15 at 08:20

1 Answers1

0
scp -r /file_in_unix/ user@windows_hostname:/cygdrive/c/
Abdulla Nilam
  • 36,589
  • 17
  • 64
  • 85
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Zulu Mar 23 '15 at 08:59
  • @Zulu i know this method. This Site content some notes. http://www.it.cornell.edu/services/managed_servers/howto/file_transfer/fileunixserver.cfm – Abdulla Nilam Mar 23 '15 at 09:03