mirror of
https://github.com/thearcanum/WIFSS
synced 2025-06-22 16:00:15 +02:00
v0.2
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
-
You can try the system by connecting your client to a local server with
localhost
as address, once the server is running and listening. -
No data are saved by server, it's just a "bridge" between clients.
Languages
C
95.9%
Makefile
4.1%