= File Transfer via telnet = on the receiver: {{{ nc -l -p 1234 > out.file }}} on the sender: {{{ nc -w 3 1234 < in.file }}} ---- KategorieLinux