I'm new to the product.
I need to account for potentially multiple files (I can successfully download one using DownloadFile), but our partner doesn't explicitly allow remote locations. Instead we are provided a batchid. A command to download a batch would be similar to:
get "ID=myFTPID BID='PGP ABC RE1234 TX12345' ONEBATCH=Y" newLocalFileName
I execute this using ExFTPConnection.InvokeFTPCommand(cmd, null), and it produces no errors, but doesn't pull anything either. Is there a way (including a better way) to do this using ExFTPConnection object?
DownloadMultiple only allows the use of a RemoteDir param, which I cannot provide.
Thank you!