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

NAME

6       davix-mkdir - Directory creation tool based on libdavix.
7

SYNOPSIS

9                davix-mkdir [options]... url
10

DESCRIPTION

12       davix-mkdir  is  a  tool to creat directories or collections with HTTP,
13       Webdav or REST compatible services.
14       The command supports the protocol Http (http(s)://), WebDav (dav(s)://)
15       and S3 (s3(s)://).
16
17       davix-mkdir is powered by libdavix. See libdavix(3) for details.
18
19
20

OPTIONS

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

EXAMPLES

105
106
107       Creat a directory over WebDav
108               davix-mkdir dav://webdav.example.org/dir/directory_to_create
109
110       Creat a directory on a Grid Storage with VOMS authentication
111               davix-mkdir -P grid davs://grid-storage.example.org/dir1/direc‐
112       tory_to_create
113
114

SEE ALSO

116       libdavix(3),davix-rm(1),davix-put(1),
117
118
120       http://dmc.web.cern.ch/projects/davix/home
121
122
123

AUTHORS

125       Adrien Devresse <adrien.devresse@cern.ch>, IT-SDC-ID, CERN
126
127
128
129davix                         $Date: 2014/05/24 $               DAVIX-MKDIR(1)
Impressum