tinconn@virgilio.it 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