REM In order for this to work you must download putty.exe REM pscp.exe and puttygen.exe and put them into your REM Windows directory so they are in your path. REM See http://www.jedynka.com.pl/putty/ REM Then you must generate a private key and not put REM a passphrase onto it. That way this script can REM just run. Save the key to privatekey.PPK in the REM user directory... using putty ssh to the server REM and edit the file ~/.ssh/authorized_keys2 and add REM the public key to that file... REM See http://www.jedynka.com.pl/putty/putty-snapshots/puttydoc/Chapter8.html#8 REM You just put the path to where this batch REM file is saved into the dialog, and put a %s after it REM Get Dorgem at http://dorgem.sourceforge.net/ pscp -i C:\docume~1\user\privatekey.PPK %1 username@ssh.server.net:public_html/cam.jpg REM The %s from Dorgem gets used in the %1 in this batch REM file it is where the image that was save comes from REM Goodluck, ashiant at ashiant dot net