Screenshot a portion of a website and export to FTP?

You could run a server side script which hits your site, however you'd obviously not catch any user activity as the host of the script would be the user.

http://tools.pingdom.com/fpt/#!/cNod4bipN/www.google.com

The above site manages it, they cache an image. So depends what language you are writing in. Even google actually with it's previews too.

If you wanted a screen grab screenshot of a particular user doing stuff, maybe some intrusive javascript or worse activeX.

Last option is maybe a 3rd party site can do it?
 
Back
Top Bottom