Running SmartFTP from a command line

Sorry if this has been covered before. I did a quick search and couldn't locate an answer.

Here is what I am trying to do. I have one file I upload, and would like to automate the process. Is it possible to save the connection information and then call SmartFTP from a command line, pass it the stored connection information, and a script file that will do a simple put?

I'm currently using the free version but am willing to upgrade to the licensed if need be. If someone could confirm for me that this is possible that would be great.

Thanks in advance.

Don

You may want to look at the following two possibilities:
1. SmartFTP FTP Library
https://www.smartftp.com/ftplib
This is a COM component which you can control from almost any language (VBScript for example).

2. Use the Schedule feature in the Transfer Queue
1. Stop the Transfer Queue
2. Add the files/folders to the transfer queue
3. Right click on the items. Select "Schedule" from the context menu
4. In the Schedule dialog enable "Recurrence"
5. Start the Transfer Queue

Regards,
-Mat