Transfer of directory structure over network

Posted by singh on Stack Overflow See other posts from Stack Overflow or by singh
Published on 2010-04-26T03:35:52Z Indexed on 2010/04/26 4:13 UTC
Read the original article Hit count: 227

Filed under:
|

I am designing a remote CD/DVD burner to address hardware constraints on my machine.

My design works like this: (analogous to a network printer)

  1. Unix-based machine (acts as server) hosts a burner.
  2. Windows-based machine acts as client.
  3. Client prepares data to burn and transfers it to the server.
  4. Server burns the data on CD/DVD.

My question is: what is the best protocol to transfer data over the network (Keeping the same directory hierarchy) between different operating systems?

© Stack Overflow or respective owner

Related posts about design

Related posts about dvd-burning