File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Socket-Programming-TCP-Multithreading
2
- ### Problem Statement For Above Code
2
+ ### Problem Statement for the above Code
3
3
Implement a Multithreaded File Server Using Tcp Sockets.
4
4
<p align =" left " >
5
5
<img width =" 580 " height =" 490 " src =" https://github.com/TejasTidke/Socket-Programming-TCP-Multithreading/blob/master/server/files/question.jpeg " >
6
6
</p >
7
7
8
8
## File Server (Upload/Download) Using TCP Sockets using python language
9
+ - ** SOCK_STREAM** keyword in socket definition implies that the sockets are *** TCP*** , in case of ** SOCK_DGRAM** it would *** UDP*** sockets.
10
+ - self.s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
9
11
- Multiple Clients Can Connect to the Server.
10
12
- There are 3 files named temp.py, temp2.py and temp3.py
11
13
- First run the multiserver.py(in server folder), then run all the above(files in client folder)
You can’t perform that action at this time.
0 commit comments