We want to use CoreFTP Lite's commandline feature to automate upload/downloads to a SFTP site. This site will require us to change our password every 90 days. I'm using the -s parameter to run in silent mode and the -site parameter to use the site profile. If the password is good, everything works fine. If the password expires and Core FTP Lite cannot log in, I get a pop up box with the usercode/password waiting for me to change the password. In a batch environment this won't work (there isn't anyone to respond to the pop up). What I'd like to see is an error status returned ( 1 I guess) and since I'm using the -log option, I can check that to determine what the problem was. Is there any way to suppress this pop up box and let the program end with a return value indicating the problem?
Thanks,
Doug
