Description
V Semester – CSE ‘B’
UCS1511 NETWORKS LAB
Exercise 4: FILE TRANSFER USING TCP
Transfer a file from server to client using TCP socket programming
Client Side
Client requests for a File from the server.
Client receives the file through the TCP socket and save it in a new location.
Server Side
Server opens the file and transfers it through the socket.
Sample Input Output Client Side
Enter the path of file: DesktopFile.txt File Transferred.
Save the file in path: DesktopFileTransfer ewfile.txt
Server Side
Waiting for client
File to be transferred is DesktopFile.txt
File Transferred




Reviews
There are no reviews yet.