Tagged Questions
0
votes
1answer
62 views
Are Python sockets suitable for file synchronization?
I'm working in an organisation with limited funds. They can't afford a business account on Dropbox. However, they would find it useful to have all their files synchronized on local machines.
I've ...
-2
votes
1answer
235 views
Sending binary data from a computer to a server using HTTP or sockets [closed]
I am working on a script which can send data to a remote server computer and I am wondering which is better to achieve this functionality, the high level functionality provided by HTTP or just raw ...