In the linux box:
Code:
nc -l -p 60000 -q 0 < filename_to_copy
Then in windows, just open Internet Explorer, Firefox etc to the url:
Code:
http://<linux box IP>:6000
Port number (60000) can be any number from 1024 to 65535
It is not the best way, maybe easy