On Wed, 2006-11-08 at 22:58 +0100, Klaus Schmidinger wrote: > tinconn@xxxxxxxxxxx wrote: > > Hi > > > > Is possibile to grab image into a file from a remote machines? > > > > there is a way to insert the stream generate with a svdrpsend.pl command > > like this: > > > > ./svdrpsend.pl -d 192.168.0.2 grab - 10 > > > > in a valid jpeg or other graphical format file? > > svdrpsend.pl -d <hostname> 'grab -' | sed -n -e 's/^216-//p' -e '1ibegin-base64 644 -' -e '$a====' | uudecode | display - > > Klaus > Quite a nice piece of scripting , I must say. (not to mention, I've always been familiar with the old'n simple store-directly-to-discd feature ...) - Petri