document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #original post at http://n8henrie.com/2012/08/copy-pictures-from-iphone-to-mac-with-terminal-and-ssh/
  2. scp -r -i ~/.ssh/mykey_id_rsa root@iphonebonjourname.local:/User/Media/DCIM /Users/[username]/Desktop/%Y%m%d\\ Phone\\ Pics/
');