I\'m trying to test some C code that I\'m writing. The only issue is that the code needs to be executed on a remote machine. My laptop is pretty old, and there is no driver
You can use PSCP to copy files from Windows to Linux.
Type command pscp source_file user@host:destination_file
pscp source_file user@host:destination_file
pscp sample.txt myuser@myhost.com:/mydata/sample.txt
Reference