TFTP_Client Build the application:- command ==> make Run the tftp_clinet with proper command line arguments :- ./tftp_client "server_ip_address" "server_port_no" (-p "file_name") / (-g "file_name") -p ==> for uploading file -g ==> for downloading file