Make sure you have proper try except on the server side


Problem

Write two socket scripts, one on the server side and another client side. They should work in reverse mode. on the server side you must use functions for socket creation, binding, accept socket and send command. Make sure you have proper try except on the server side, you must run the below command on the client:

i. take a list directory on the client
ii. create dir named testsocket in the root directory
iii. create text file in testsocket directory
iv. run commands: whoami, ifconfig
v. take current date of the client
vi. create folder name testsocket2 under the testsocket folder
vii. create txt file under the testsocket2 named samplefile.txt
viii. shows all the path from current directory towards samplefile.txt with walk module in the os
ix. send samplefile.txt into the trash with send2trash module.

Request for Solution File

Ask an Expert for Answer!!
Other Subject: Make sure you have proper try except on the server side
Reference No:- TGS03293470

Expected delivery within 24 Hours