1DAVIX-MV(1)                      listing tool                      DAVIX-MV(1)
2
3
4

NAME

6       davix-mv - Rename tool based on libdavix
7

SYNOPSIS

9           davix-mv [options]... original-url new-url
10

DESCRIPTION

12       davix-mv  is  a tool to rename/move resources with HTTP, Webdav or REST
13       compatible services.
14       The commands can rename/move resources and resources containers.
15
16       davix-mv is powered by libdavix. See libdavix(3) for details.
17
18
19

OPTIONS

21       Common Options:
22
23         --debug
24            Debug mode
25
26         --header, -H
27            Add a header field to the request (eg: -H "Depth: 1" )
28
29         --help, -h
30            Display this help message
31
32         --metalink OPT
33            Metalink support. (OPT=failover[default]|no)
34
35         --module, -P PLUGIN_NAME
36            Load a plugin or profile by name
37
38         --redirection OPT
39            Transparent redirection support. (OPT=yes[default]|no)
40
41         --proxy, -x URL
42            SOCKS5  proxy  server  URL.  (ex:  socks5://login:pass@socks.exam‐
43            ple.org)
44
45         --trace
46            Traces specific scope(s), options include:
47               file - Davix file interface
48               posix - Davix POSIX interface
49               xml - XML parser output
50               ssl - SSL and certs details
51               header - HTTP queries headers
52               body - HTTP bodies
53               chain - IO chains info
54               core - Config and misc info
55               grid - Misc info from 3rd parties
56               socket - Socket info
57               locks - WebDAV locking info
58               all - Traces everything
59
60         --version
61            Display version
62
63       Security Options:
64
65         --capath CA_path
66            Add an additional certificate authority directory
67
68         --cert, -E cred_path
69            Client Certificate in PEM format
70
71         --key priv_path
72            Private key in PEM format
73
74         --insecure, -k
75            Disable SSL credential checks
76
77         --userlogin
78            User login for login/password authentication
79
80         --userpass
81            User password for login/password authentication
82
83         --s3secretkey
84            AWS S3 authentication: secret key
85
86         --s3accesskey
87            AWS S3 authentication: access key
88
89         --s3region
90            AWS S3 authentication: region
91
92         --s3token
93            AWS S3 security token - used along with STS temporary credentials
94
95         --s3alternate
96            Specify this flag if you need to use a path-based S3 URL
97
98         --azurekey
99            Azure authentication key
100

EXAMPLES

102        Rename a resource over HTTP
103               davix-mv      http://example.org/rename_me.txt     http://exam
104       ple.org/thanks.txt
105
106        Move a resource on a Grid Storage with VOMS authentication
107               davix-mv        -P        grid        davs://grid-storage.exam‐
108       ple.org/dir1/dir2/move_me.txt                 davs://grid-storage.exam‐
109       ple.org/dir1/move_me.txt
110
111

SEE ALSO

113       libdavix(3),davix-ls(1),davix-get(1),davix-put(1),
114
115
117       http://dmc.web.cern.ch/projects/davix/home
118
119
120

AUTHORS

122       Adrien Devresse <adrien.devresse@cern.ch>, IT-SDC-ID, CERN
123
124
125
126davix                         $Date: 2014/05/24 $                  DAVIX-MV(1)
Impressum