empirejoe
I want to download daily files from a folder named with the current date.
The folder structure is like this...
20030801 -> Folder01 -> file001.txt
20030801 -> Folder04 -> file001.txt
There is a folder with the date and then a bunch of folders inside that, but I only care about a few folders inside the date. Then I want all the files inside of folders that I want.
Can this be automated with smartFTP or would I be better off just writting a C++ application to do this?
The folder structure is like this...
20030801 -> Folder01 -> file001.txt
20030801 -> Folder04 -> file001.txt
There is a folder with the date and then a bunch of folders inside that, but I only care about a few folders inside the date. Then I want all the files inside of folders that I want.
Can this be automated with smartFTP or would I be better off just writting a C++ application to do this?