Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 575 Bytes

File metadata and controls

23 lines (12 loc) · 575 Bytes

Simple-chat-with-transfer-file-client-server

This repo is for NetworkProgramming project at my University

  • Simple chat with transfer file function

  • Use C socket

  • Build on Java client(javaFX) and C client(command)

Usage (for C client interface):

  • /to <username> <message> to send message

  • /file <username> <filepath> to send file

  • /down <fileid> to download file sent by another user

  • /list users to list all users in server (except request user)

  • /list files to list all files that user can download