• Transfer server data file contents to client and backwards
    1 replies, posted
What would be the correct approach to transfer files correctly from server to client and backwards? using Networking? perhaps lines as tables?
Command maker? Well, you can use util.Compress, net.WriteUInt and net.WriteData then net.ReadUInt, net.ReadData and util.Decompress
Sorry, you need to Log In to post a reply to this thread.