apm_transfer_file (private)

 apm_transfer_file [ -url url ] [ -output_file_name output_file_name ]

Defined in packages/acs-tcl/tcl/apm-file-procs.tcl

Switches:
-url
(optional)
-output_file_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 apm_load_apm_file apm_load_apm_file (public) apm_transfer_file apm_transfer_file apm_load_apm_file->apm_transfer_file util::http::get util::http::get (public) apm_transfer_file->util::http::get

Testcases:
No testcase defined.
Source code:
    set result [util::http::get -url $url -timeout 300 -spool]
    file rename [dict get $result file] $output_file_name
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-file-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-file-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: