I have a need to generate a log of all files transferred via SFTP tasks from VisualCron. The issue is that output from a VisualCron SFTP task (either Download or Upload) only captures the destination path in the output. For a download task, this is the local UNC path to the file destination. For an upload task, this is the remote SFTP directory the file is sent to.
In both cases, the source path is not captured and there doesn't appear to be any way to capture it in the task output.
I might be able to create a complicated manual capture from the task definition if I create a separate task for every single directory upload, but this would be INCREDIBLY burdensome (with dozens of DL/UL definitions that exist per task) and still doesn't capture paths if subfolders are part of the download/upload.
Is there any way to capture both the source AND the destination paths in SFTP tasks?