LINUX: netcat unsecure file transfer 23. Februar 2018 The receiver should run: nc -l -p 1234 > out.file and the sender sends with: nc -w 3 IPADDR 1234 < out.file