When using download as, where is file written?

Downloading file to a Solaris server:

If I use this to download a file, where will the file be saved?

download as my_file.sql http://mycontentserver/use_this_script.sql

can I refer to the file as __Download/my_file.sql when I use this code?

parameter “source_file” = “__Download/my_file.sql”
parameter “target_file” = “/var/opt/BESClient/run_this.sql”
copy “{parameter “source_file”}” “{parameter “target_file”}”

Thanks,
Bob_K

It should be in the __download folder of the client, just as any other download. So yes, you should be able to refer to __Download/my_file.sql in your action.