Multiple File Transfer using TCP Socket in Python | Folder Transfer using TCP Socket in Python

preview_player
Показать описание
In this video, we will learn how to transfer a folder or multiple files using a TCP client-server architecture in the python programming language. Here, we are going to build a python client-server program where the client would transfer multiple files (a folder) to the server and the server would receive and save all the files properly.

Chapters:
00:00 - Introduction
00:24 - Program folder/files structure
01:04 - Basic TCP client-server program
12:19 - The client is sending the folder name and the server is creating the folder
22:16 - The client is sending the file name and the server is creating the file
30:57 - The client is sending the data to the server
43:26 - Ending

Support:

Follow Me:
Рекомендации по теме
Комментарии
Автор

i want to send folder of images instead of folder of txt files

MariamAbouzaid--
Автор

Hello, thanks for making such detailed videos. I'm running sftp server and it gives the access of the cwd directory to the client, but I want to set a specific directory. I tried os.chdir() method and it failed.
can you please help me with that? thanks and regards.

ChanderMohan-ljdy
Автор

I am trying to transfer multiple files but not the text files as demonstrated in your video. But the files are not getting transferred. I am transferring json and html files through it.

harshojha
Автор

Can this be implemented to work between different computer?

MuhdFaizFXIZZ