Complete newbie here...
I am downloading from an ftp site. If there is no file to get, i don't want to log anything.
If there is a file and i download it successfully, i want to log that it was successful and the filename to the DB.
If it fails, i still want to log the filename, but as a failure.
I think i can create two tasks that have conditions to log. How do i know what filename or filenames were retrieved?
Also, is there anyway to log to a text file the actual ftp session information? I looked at the variables and didn't see anything. Thanks!