Downloads a file to the remote SAS server.
Examples
if (FALSE) { # \dontrun{
sas_connect()
# upload document to SAS
quarto_file <- system.file("sasquatch.qmd", package = "sasquatch")
sas_upload(quarto_file, "sasquatch.qmd")
# download document from SAS
sas_download("sasquatch.qmd", "sasquatch.qmd")
} # }