If I run the CoreFTP client in ineractive mode and select a folder on the remote side to download, what comes down the line is the entire folder tree, including all sub-folders and files.
But if I use the command line method I only get the contents of the root folder. e.g if I run this command...
"C:\Program Files\CoreFTP\coreftp.exe" -site Mindspring -d ftp://ftp.mindspring.com/www/qtest/*.* -p "H:\Downloaded files"
.. then only the files in the remote folder /www/qtest are downloaded, and none of its subfolders are processed.
Any way to fix this?