1
0
mirror of https://github.com/thearcanum/WIFSS synced 2025-06-22 16:00:15 +02:00
Files
WIFSS/README.md
HorlogeSkynet 9222fc0e46 Improves README
2017-05-24 22:59:16 +02:00

957 B
Executable File

WIFSS

WIFSS Is not a File Sharing System

How to use it

Compile the whole project with: make
... or just one side with: make WClient or make WServer

Run with:

./WClient and ./WServer

Commands

List of commands currently available for Client

help
who
send <message>
whisper <idClient> <message>
list
rename <file> <newFileName>
remove <file>
ispresent <idClient> <file>
asklist <idClient>
exit
logout
clear
download <idClient> <file>
checkfolder

List of commands currently available for Server

help
who
send <message>
whisper <idClient> <message>
disconnect <idClient> ['-1' = all]
exit
stop
clear

Additional notes

  1. You can try the system by connecting your client to a local server with localhost as address, once the server is running and listening.

  2. No data are saved by server, it's just a "bridge" between clients.