Using NAnt, I'm attempting to download a file to a specific directory using the 'get' task.
I know I can copy files into the directory without issue, but when the task executes, I'm getting a message stating 'Access to the path '' is denied.
How can I get past this?
Set a complete path on the 'get' tasks's 'dest' attribute. It expects the full path of the file at the destination rather than just the destination directory.