File Transfer using TCP Socket in Python | Socket Programming

preview_player
Показать описание
A simple file transfer client-server program build using the python programming language. Here the client sends a file to the server and the server saves it.

MY GEARS:

FOLLOW ME ON:
Рекомендации по теме
Комментарии
Автор

Thank you, you are such a life saver. Trust me when I say this, no idiot could have explained this as well as you did, keep doing what you do!

idkyet
Автор

Thank you so much for this. I wonder if you have a video where a local client requests a file from a local server and then the client downloads that file.

laetitiakapaiwai
Автор

Can we also use the server with an another ftp client like Filezila? Thanks for the video!

moobh
Автор

can sever access client files in local web server creating by using python3 -m http.server 8080 ⁉

probot
Автор

bhai remote command execution par video banao via socket programming

tekbssync
Автор

similarly how we can send binary files....?(using windows10)..help out

.
.
.
.
.
.
.
Thankyou

deepu
Автор

i access my pc(server) files using python server in my phone(client), but can i access Phone(client) files in my pc(server) ?

probot
Автор

Why in my case the file is not being written in the server root folder? It does not work, what is the issue?

ArtyomGalstyan
Автор

Hey! How can Client modify the file that's in server ??

naikkavya
Автор

Can we do this between seperate computers in different networks?

erenpeker
Автор

i run the code but why the error comes ?
if _name_ == "_main_":
IndentationError: unexpected indent

PoojaKolhe-dd
Автор

thank you for your effort
I subscribed your channel!

aaronl
Автор

i can transfer images and txt files, ,.. but when i transfer .exe files its crashin

itzkoushik