Comment Re:Use FTP (Score 1) 187
TCP has error detection (an correction by retransmission). But nevertheless I would recomend using tar -v and checking the last transmitted file for correct length, because netcat doesn't detect end-of-file on input (and manual says it's a feature).