12:47 N O il 44% Description Implement a file transfer system using UDP. For this task first you should implement char peer system done in the class. Modify this program so that a file can be sent....


12:47<br>N O il 44%<br>Description<br>Implement a file transfer system using UDP. For this task first you<br>should implement char peer system done in the class. Modify this<br>program so that a file can be sent. Ask a port number and<br>filename. Then send the file in 100 byte packages to the other side.<br>Every package should have starting point of the data. When you<br>get data, you should seek to the location that is specified at the<br>start of the data. You can assume that you are working on the<br>same system. Ignore any missing data packages. Save to fixed<br>filename or if you want transfer filename first.<br>You can use Iseek as follows:<br>Iseek(fd, start, SEEK_SET);<br>Seek system call: https://man7.org/linux/man-<br>pages/man2/Iseek.2.html<br>Submit a single C file. Do not copy anything off the internet. You are<br>allowed use the sample given in the class as basis.<br>II<br>

Extracted text: 12:47 N O il 44% Description Implement a file transfer system using UDP. For this task first you should implement char peer system done in the class. Modify this program so that a file can be sent. Ask a port number and filename. Then send the file in 100 byte packages to the other side. Every package should have starting point of the data. When you get data, you should seek to the location that is specified at the start of the data. You can assume that you are working on the same system. Ignore any missing data packages. Save to fixed filename or if you want transfer filename first. You can use Iseek as follows: Iseek(fd, start, SEEK_SET); Seek system call: https://man7.org/linux/man- pages/man2/Iseek.2.html Submit a single C file. Do not copy anything off the internet. You are allowed use the sample given in the class as basis. II

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here