A powerful client-server application that enables seamless file sharing and real-time messaging in a single platform.
video_axon_hanshake.mp4
- Upload & Download files of any type and size
- Drag & Drop support for easy file sharing
- Progress indicators for file transfers
- Multiple file simultaneous transfers
- Instant messaging between connected clients and server
- Message history persistence
- Secure connections (SSL/TLS support)
- User authentication system
- ban system after authentication errors
-
- Copy DLL FILES to client AND server executable path
-
- Generate server.key and server.crt
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -keyout server.key -out server.crt -subj "/C=BR/ST=Sao Paulo/L=Sao Paulo/O=My Company/OU=IT/CN=localhost"
- Generate server.key and server.crt
-
- Copy server.key and server.crt to server executable path