Hi there. I was wondering if I could get your input on something. I’ve set up several other batch jobs successful using the CoreFTP command line options. But I have a new request to use the actual “mget *” command for the process. Here’s an example of one that’s been working fine:
coreftp -s -ON -site ProfileName -d out/* -p E:\FTP\inbox\ -log E:\FTP\inbox\logs\Resultsftplog-%date:~4,2%%date:~7,2%%date:~10,4%%time:~0,2%%time:~3,2%%time:~6,2%.txt
So the item for the download path “-d out/*” I’d like to replace with the mget command. So my question is can I accomplish this using the CoreFTP command line feature and if so, how would I list the command?
I am using CoreFTP Pro ver 2.1, build 1603 (not the Lite version).