Answer the question
In order to leave comments, you need to log in
How to transfer a large file via sockets in Python?
There is a .bd file that you need to transfer using sockets through the client to the server. The question is, how can this be done in Python? But at the same time, what else to do if the file is too large?
Answer the question
In order to leave comments, you need to log in
Easily. You read blocks and send. The file size is not important.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question