You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

WORK IN PROGRESS

 

Introduction 

The JADE 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.

Next planned JADE version 1.10 will have improved functionality file attributes e.g. file size.

 

Issues

WebDAV getlist support is subject to the following issues:

Key Summary T Created Updated Due Assignee Reporter P Status Resolution
Loading...
Refresh

Feature Version Compatibility Matrix

 

VersionAvailabilityCommentsJIRA
1.5.4041+YESthis feature has bugsNA
1.6.4075+YESthis feature has bugsNA
1.7.4321YESNANA
1.8.xxYESNANA
1.9-RC1YESimproved functionality , file list on stdoutNA
1.10PLANEDimproved functionality, file attributes e.g. file size etc JADE-266 - Getting issue details... STATUS

 

Example Profile For Getlist Over WebDAV With Proxy

JADE profile : getlist_webdav_to_localhost_with_proxy
[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
;;

 

 

  • No labels