Transferring files using sockets

I.C. theivo at abv.bg
Wed Apr 10 12:26:30 EDT 2002


I am trying to transfer a file using the socket module, but I'm not
sure how to do this. Should I split the file into little(1KB) packages
and then transfer them, or is there a possibility to send the whole
file?

Thank you for the help !



More information about the Python-list mailing list