Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jacquemier
webdavacc
Commits
1baf43b0
Commit
1baf43b0
authored
Oct 25, 2019
by
jacquemier
Browse files
Update README.md
parent
f49a83f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
2 deletions
+38
-2
README.md
README.md
+38
-2
No files found.
README.md
View file @
1baf43b0
**_webdacacc_**
is a Python 3 library providing tools to easy access webdav server.
...
...
@@ -25,4 +24,41 @@ Installation for Users
$
git clone https://gitlab.in2p3.fr/jacquem/webdavacc.git
$
cd
webdavacc
$
python setup.py
install
```
\ No newline at end of file
```
```
sh
Usage
-----
usage: webdavacc
[
-h
]
[
-v
]
-u
USERNAME
-p
PASSWORD
[
-a
ARGUMENTS]
[
-t
PORT]
[
-r
PROTOCOL]
-c
COMMAND
server
positional arguments:
server
optional arguments:
-h
,
--help
show this
help
message and
exit
-v
,
--verbose
increase output verbosity
-u
USERNAME,
--username
USERNAME
username
-p
PASSWORD,
--password
PASSWORD
password
-a
ARGUMENTS,
--arguments
ARGUMENTS
protocol
-t
PORT,
--port
PORT username
-r
PROTOCOL,
--protocol
PROTOCOL
protocol
-c
COMMAND,
--command
COMMAND
protocol
Command arguments:
cd
-a
path
ls
-a
path
=
None
exists
-a
remote_path
mkdir
-a
path
mkdirs
-a
path
rmdir
-a
path
delete
-a
file_path
upload
-a
"local_path_or_fileobj remote_path"
download
-a
"remote_path, local_path_or_fileobj"
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment