>_ linuxcommand.dev
Startseite Downloading Files Server
Netcat

Downloading Files Server

Server side for downloading files.

Syntax
$nc -l -p [port] < [file]
Beispiele
Beispiele
$nc -l -p 8888 < data.txt
Typische Anwendungsfälle
Datei als Server senden
nc -l -p port < file
Hinweis Server für Dateidownload.
Export