>_ linuxcommand.dev
Startseite Downloading Files Client
Netcat

Downloading Files Client

Client-side for downloading files.

Syntax
$nc [host] [port] > [file]
Examples
Examples
$nc 192.168.59.3 8888 > data.txt
Typical use cases
Receive file as client
nc host port > file
Note File download client.
Export