Data transfer over LAN with rollback checkpoints

Domain/Category: Java Projects | Wired/Wireless Networking

Abstract:

In our proposed implementation, we connect multiple systems to form a LAN. On 1 PC, we install an open-source FTP server application whereas on the other(s) we run our FTP client application developed using Java.

Using the FTP client, data will be uploaded to and downloaded from the server. During the ongoing download process, we disconnect the LAN to show that there will be no loss of data after we reconnect it.

In other words, the download process of the file (that was ongoing) shall resume from the same point where it got interrupted. This will apply even if we reboot the client PC.

Next >>

© Copyright 2024 - Some Rights Reserved.