Files
2025-09-30 19:28:31 +04:00

5 lines
135 B
Bash
Executable File

#!/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