Re: Multiple Files
                I answered my own question. The permission errors were causing the upload script to close. 
This script works:
option batch on
option confirm off
open sftp://username@server.com -hostkey="ssh-rsa 1024 AA:AA:AA"
cd /incoming/test
put -nopermissions -nopreservetime E:\folder\Filename*
exit
Thank you for your assistance in directing me to the log files.
        This script works:
option batch on
option confirm off
open sftp://username@server.com -hostkey="ssh-rsa 1024 AA:AA:AA"
cd /incoming/test
put -nopermissions -nopreservetime E:\folder\Filename*
exit
Thank you for your assistance in directing me to the log files.