A
A
Alikhan2021-10-28 11:04:17
Python
Alikhan, 2021-10-28 11:04:17

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

2 answer(s)
S
Sergey Gornostaev, 2021-10-28
Mulaev @AlikhanPython

Easily. You read blocks and send. The file size is not important.

A
Alexander, 2021-10-28
@shabelski89

Here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question