Skip to content

Releases: manueljonasgreub/FileSharingApp

FSA 1.0.2 [Client & Server]

20 Dec 12:41
Compare
Choose a tag to compare

The file sharing application allows clients to share files via a P2P connection. To enable communication between the clients (exchange of IP addresses), the server comes into play.

Install both the client and server with the binaries attached below.
The following runtime prerequisites may be necessary for execution: ​​.NET 8 Runtime

Changes [CLIENT]:

  • Fix Connection Alert windows not closing when declined.
  • Fix crash when losing connection to the receiver during file transmission.

Changes [SERVER]:

  • Ensure registered clients are updated with the correct list of available clients when a client disconnects.

FSA 1.0.1 [Client & Server]

19 Dec 23:08
113e1e7
Compare
Choose a tag to compare

The file sharing application allows clients to share files via a P2P connection. To enable communication between the clients (exchange of IP addresses), the server comes into play.

Install both the client and server with the binaries attached below.
The following runtime prerequisites may be necessary for execution: ​​.NET 8 Runtime

Changes [CLIENT]:

  • Fixed an issue where the TCP listener would close prematurely, causing incomplete file transfers in the P2P network.

FSA 1.0.0 [Client & Server]

19 Dec 22:09
113e1e7
Compare
Choose a tag to compare

The file sharing application allows clients to share files via a P2P connection. To enable communication between the clients (exchange of IP addresses), the server comes into play.

Install both the client and server with the binaries attached below.
The following runtime prerequisites may be necessary for execution: ​​.NET 8 Runtime