!--a11y-->
get 
Gets a resource and stores its content in a file.
Syntax |
get resource [filename] |
Arguments |
|
resource |
path of the resource |
filename |
name of the file to store the resource |
Description |
Gets a resource. |
Get the content of file /ws/test/wsp/dir/a.txt and stores it locally in the file C:\temp\a.txt.
get /ws/test/wsp/dir/a.txt c:\temp\a.txt