Browse Source

Typo; Deleted an executable

main
Unbewohnte 3 years ago
parent
commit
1ccd5a7255
  1. 2
      .gitignore
  2. BIN
      FTU
  3. 2
      README.md

2
.gitignore vendored

@ -0,0 +1,2 @@
FTU
release/

BIN
FTU

Binary file not shown.

2
README.md

@ -23,7 +23,7 @@ The server and the client needs to communicate with packets according to certain
In my implementation there is only one basic packet template with fixed fields. The packets are divided into several groups by its headers, this way my basic packet`s template can be used in many ways, without need of creating a brand-new packet with a different kind of a template. In my implementation there is only one basic packet template with fixed fields. The packets are divided into several groups by its headers, this way my basic packet`s template can be used in many ways, without need of creating a brand-new packet with a different kind of a template.
Thus, with a connection and a way of communication, the server will send a fileinfo packet to a client that describes a filename and its size. The client will have the choice of accepting or rejecting the packet. If rejected - the connection will be closed and the program will exit. If accepted - the file will be transfered via packets. Thus, with a connection and a way of communication, the server will send a fileinfo packet to a client that describes a filename and its size. The client will have the choice of accepting or rejecting the packet. If rejected - the connection will be closed and the program will exit. If accepted - the file will be transferred via packets.
--- ---

Loading…
Cancel
Save