Files
labs-web-applications/test_file.sh
T
2025-09-30 19:04:44 +04:00

5 lines
135 B
Bash

#!/bin/sh
# Test File server on port 9090
# Send file name "test.txt" to server and print response
echo "test.txt" | nc 127.0.0.1 9090