>_
linuxcommand.dev
Home
Roadmap
Contact
EN
Dark
>_
>_
linuxcommand.dev
Home
Roadmap
Contact
Legal Notice
Privacy Policy
Language
DE
EN
Design
Dark
Startseite
›
Uploading Files Server
Netcat
Uploading Files Server
Server-side for file uploads.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Alpine
Fedora
Last updated:
2025-10-07
Report error
Syntax
Copy
$
nc -l -p [port] > [file]
Examples
Examples
$
nc -l -p 8888 > data.txt
Typical use cases
Receive file as server
nc -l -p port > file
Note
File upload server.
Export
Text
JSON
Script