Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Alternate approaches:Or the unix way' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Alternate approaches:Or the unix way
Authored by: aaron on Mar 13, '02 11:27:54PM

There's always the secure, gzipped transfer:
ssh remotehost 'tar czf - FileName' | tar xzf -

I usually alias this to netcp or something



[ Reply to This | # ]
Alternate approaches:Or the unix way
Authored by: sjk on Mar 16, '02 03:09:36PM