Manual? Batch command line mode? Proxy authentication?

I'm new to SmartFTP, and don't see a manual on how to use it in a .bat file. Is there a manual?

Also, need to get through a firewall. Using "regular" FTP, my script file looks something like

open proxysvr.mycompany.com
destination_userid@destination.thatserver.com myproxyuserid
destination_password
myproxypassword
ls -l
quit

Any equivalent in SmartFTP

Thank you

SmartFTP's command line support is very minimalistic (in fact you can only specify a server to connect to, afterwards the GUI starts up). You can't use it to write scripts right now. If you want to use a batch file for FTP downloads, either use the Window's built-in FTP command or the tools from http://www.ncftp.com/ncftp/.