>_ linuxcommand.dev
Startseite Downloading Files Server
Netcat

Downloading Files Server

Server-side functionality for file downloads.

Syntax
$nc -l -p [port] < [file]
Examples
Examples
$nc -l -p 8888 < data.txt
Typical use cases
Send file as server
nc -l -p port < file
Note File download server.
Export