Skip to content

Releases: manueljonasgreub/FileSharingApp

FSA 1.0.2 [Client & Server]

Choose a tag to compare

@marekvonrogall marekvonrogall released this 20 Dec 12:41

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]

Choose a tag to compare

@marekvonrogall marekvonrogall released this 19 Dec 23:08
113e1e7

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]

Choose a tag to compare

@marekvonrogall marekvonrogall released this 19 Dec 22:09
113e1e7

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