A kiválasztott változat és az aktuális verzió közötti különbségek a következők.
Előző változat mindkét oldalon Előző változat | |||
tanszek:oktatas:integration_based_on_tcp_ip_sockets [2023/03/05 16:21] knehez |
tanszek:oktatas:integration_based_on_tcp_ip_sockets [2023/03/05 16:22] (aktuális) knehez |
||
---|---|---|---|
Sor 27: | Sor 27: | ||
[[Java example for Blocking and Non-Blocking Socket]] | [[Java example for Blocking and Non-Blocking Socket]] | ||
- | == Exercise 1. == | + | ** Exercise 1. ** |
Create a simplified FTP (file transport) client and **blocking** server where the client can send or download text files from the server: | Create a simplified FTP (file transport) client and **blocking** server where the client can send or download text files from the server: | ||
Sor 55: | Sor 55: | ||
- | == Exercise 2. == | + | ** Exercise 2. ** |
Modify the **non-blocking** code so that you can transfer a burned-in name and existing text or image file larger than 2 kbytes and verify that it was successfully sent. | Modify the **non-blocking** code so that you can transfer a burned-in name and existing text or image file larger than 2 kbytes and verify that it was successfully sent. | ||