# 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 /srv/www/htdocs/feb # Force binary mode transfer option transfer ascii # Download file to the local directory #get temp.dst c:\ get Status.txt c:\ put C:\input.txt get output.txt C:\ # Disconnect close exit