So, I had a pretty good idea today. At the moment, if I want to get photos off my iPhone, I have two options.

- Use SFTP to connect to it, then download the photos from /private/var/mobile/Media/DCIM/100APPLE and screenshots from /private/var/mobile/Media/DCIM/999APPLE (this works over WiFi too, which is nice).
- Plug the iPhone into my Mac and use Image Capture.app to download the files.
- Connects to 192.168.1.6 (my iPhone's IP), and logs in to SFTP (usual stuff: root/alpine).
- Navigates to /private/var/mobile/Media/DCIM/100APPLE and downloads only the JPG files within that folder to my desktop.
- Navigates to /private/var/mobile/Media/DCIM/999APPLE and downloads only the PNG files within that folder to my desktop.
- Closes the connection and any apps or whatever that are running that it opened (if necessary).