# Automatically answer all prompts negatively not to stall # the script on errors option batch on # Disable overwrite confirmations that conflict with the previous option confirm off # Connect using a password # open user:password@example.com # Connect open user:user@cms904cr1 # Change remote directory cd /home/user # Force binary mode transfer option transfer binary # Download file to the local directory #get temp.dst c:\ #get rate c:\ put C:\wdisplay\logfiles\dailylog.txt put C:\wdisplay\logfiles\indoorlog.txt put C:\picoprobe.txt # Disconnect close exit