Sharing files using netcat The receiver nc -l 5566 > data-dump.sql Listen on port 5566 and redirect output to data-dump.sql The sender