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
design
|dvd-burning
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)
- Unix-based machine (acts as server) hosts a burner.
- Windows-based machine acts as client.
- Client prepares data to burn and transfers it to the server.
- 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