in reply to Copy files between computers
Failing that, you could write a client/server script that opens up a socket. Then read bytes from the file in question on the server and write them out the socket. On the client side, read from the socket and write to the new file. Primitive but effective.
|
|---|