Distributed File System written in C
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Last commit before doc comments

+8 -8
cprog.pdf

This is a binary file and will not be displayed.

+8 -8
test.sh
··· 7 7 echo "" 8 8 9 9 gum log -l "info" -t ansic "Testing ls" 10 - echo "./.build/ls 127.0.0.1 42069" 11 - ./.build/ls 127.0.0.1 42069 10 + echo "./.build/ls 127.0.0.1 8000" 11 + ./.build/ls 127.0.0.1 8000 12 12 13 13 echo "" 14 14 gum log -l "info" -t ansic "Testing copy from client to server" ··· 25 25 echo "" 26 26 27 27 gum log -l "info" -t ansic "Copying file to the server" 28 - echo "./.build/copy 127.0.0.1 42069 500MB.bin -s /somewhere/in/the/server/500MB.bin" 29 - ./.build/copy 127.0.0.1 42069 500MB.bin -s /somewhere/in/the/server/500MB.bin 28 + echo "./.build/copy 127.0.0.1 8000 500MB.bin -s /somewhere/in/the/server/500MB.bin" 29 + ./.build/copy 127.0.0.1 8000 500MB.bin -s /somewhere/in/the/server/500MB.bin 30 30 31 31 echo "" 32 32 33 33 gum log -l "info" -t ansic "Testing ls" 34 - echo "./.build/ls 127.0.0.1 42069" 35 - ./.build/ls 127.0.0.1 42069 34 + echo "./.build/ls 127.0.0.1 8000" 35 + ./.build/ls 127.0.0.1 8000 36 36 37 37 echo "" 38 38 gum log -l "info" -t ansic "Testing copy from server to client" 39 39 echo "" 40 40 41 41 gum log -l "info" -t ansic "Copying file from the server to the client" 42 - echo "./.build/copy 127.0.0.1 42069 -s /somewhere/in/the/server/500MB.bin another_500MB.bin" 43 - ./.build/copy 127.0.0.1 42069 -s /somewhere/in/the/server/500MB.bin another_500MB.bin 42 + echo "./.build/copy 127.0.0.1 8000 -s /somewhere/in/the/server/500MB.bin another_500MB.bin" 43 + ./.build/copy 127.0.0.1 8000 -s /somewhere/in/the/server/500MB.bin another_500MB.bin 44 44 45 45 echo "" 46 46