Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Remote File Transfer- Error
Post: RE: Remote File Transfer- Error

#Client Code: elif command.lower() == "upload": file_name = s.recv(1024).decode() data2 = s.recv(1078000) new_file = open(file_name, "wb") while(data2): ...
wonderboy General Coding Help 1 1,711 Jan-06-2021, 11:24 AM
    Thread: Remote File Transfer- Error
Post: Remote File Transfer- Error

I want to upload a file from my server (linux machine) to my client machine(Windows 10), however when i try to do that I'm only able to transfer a blank file to the clients machine but the file data i...
wonderboy General Coding Help 1 1,711 Jan-06-2021, 10:46 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020