Roy Sharon
A highly experienced freelance programmer and consultant, specializing in rescue projects with mobile related technologies, including Objective-C (iPhone), Java (Android), Javascript and HTML 5.A keen skipper and a master diver. Sailing around the world, programming on course.-
Recent Posts
Archives
Categories
Meta
Monthly Archives: March 2011
Fast and Secure Remote File Transfer Using The Command Line
One of the fastest ways to transfer files between remote machines is using SSH: tar -cz *.jpg | ssh <username@host> “tar -xzC <path-to-expand>” This will create a single compressed archive of all jpg files in the current directory, transfer them … Continue reading
Posted in Unix Tidbits
2 Comments