Status | ||||
---|---|---|---|---|
|
Table of Contents |
---|
Introduction
The JADE YADE getlist operation enable user to list all the files matching with file_spec
parameter from source directory. The getlist operation creates a local file list file as specified in the result_set_filename
parameter.
Current release candidate 1.9.0.-RC1 has improved banner and also show filelist on stdout. Next planned JADE version 1.10 will have improved functionality file attributes e.g. file size etc.
Issues
WebDAV getlist support is subject to the following issues:
Jira | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Feature Version Compatibility Matrix
Version | Availability | Comments | JIRA | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1.5.4041+ | YES | this feature has bug but work around available |
| ||||||||||||
1.6.4075+ | YES | this feature has bug, but work around available |
| ||||||||||||
1.7.4321 | YES | NA | NA | ||||||||||||
1.8.2 | YES | NA | NA | ||||||||||||
1.9-RC1 | YES | improved functionality,new banner, file list on stdout | NA | ||||||||||||
1.10 | PLANED | improved functionality, file attributes e.g. file size etc |
|
Workaround to avoid bug
...
YADE-293
To avoid the bug
Jira | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
force_files=false
in JADE YADE profile or from command line.
Example Profile For Getlist Over WebDAV With Proxy
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[getlist_webdav_to_localhost_with_proxy] file_spec = ^.*$ operation = getlist result_set_filename = c:\__temp\getlist-output.txt create_result_set = true ;; source_protocol = webdav source_host = https://mediacenter.gmx.net source_port = 443 source_user = sos_media source_password = qanN9UCH9eYUzHr2 source_ssh_auth_method = url source_dir = /home/test/outbound ;; source_proxy_host = homer.sos source_proxy_user = proxy_user source_proxy_port = 2525 source_proxy_password = rug2vYaF7qNP ;; |
Operation Getlist output
The JADE YADE operation getlist
GetList
create two local result files. The result file's name and location can be configured by parameter result_set_filename
. Since during a getlist GetList
operation there are no "actual current file(s)" are transferred JADE therefore YADE creates two files;
- output-file
- this This file contains list of files present at at the
source_dir
with there complete path name including the path of each file.
- this This file contains list of files present at at the
- output-file.csv
- this This file contains the JADE YADE operation's history details e.g. source_dir, file_name, size etc..
- the The purpose of this file is to maintain a history of getlist operation
GetList
operations along side of output - file.
The above mentioned two files will be always over written overwritten during the next execution of the YADE profile.