Hi all,
I have been given a task to connect to an FTP site and download all the contents on a daily basis. I would be using the InetGet command for the connection and download
InetGet("ftp://USERNAME:PASSWORD@WEBSITE", "SAVED FILE", 1)
How can I get a list of the files on the remote site so I can set them into an array and download them one by one?
I am using v3.2.1.11 (beta)
Thanks in advance
Justin