I'm developing a tool that generates a png file. I'm doing a lot of the work over ssh, which is getting to be a pain. Every time I make a change to the code and want to test it, I use scp to bring the image over to my computer so I can look at it.
Is there a better way (on Ubuntu)?
