Using Netcat

2006-10-08 Thread Joseph L. Casale
  Hi, I am using netcat to help me send backups to and from machines with different operating systems.   I am using: To Backup... dd if=/dev/"Device" | gzip -9 | nc "Destination" "Port" Assumes nc -l -p "Port" >"Image File Name"

Using Netcat

2006-10-08 Thread Joseph L. Casale
Hi, I am using netcat to help me send backups to and from machines with different operating systems.   I am using: To Backup... dd if=/dev/"Device" | gzip -9 | nc "Destination" "Port" Assumes nc -l -p "Port" >"Image File Name" is