@@ -16,19 +16,19 @@ Installation and upgrade
1616
1717**Installation **
1818
19- Linux
19+ - Linux
2020
2121.. code :: bash
2222
2323 $ sudo apt-get install libxml2-dev libxslt-dev python-dev
2424 $ sudo apt-get install libcurl4-openssl-dev python-pycurl
2525 $ sudo easy_install webdavclient
2626
27- macOS
27+ - macOS
2828
2929.. code :: bash
3030
31- curl https://bootstrap.pypa.io/ez_setup.py -o - | python
31+ curl https://bootstrap.pypa.io/ez_setup.py -o \- | python
3232 python setup.py install --prefix=/opt/setuptools
3333 sudo easy_install webdavclient
3434
@@ -282,32 +282,32 @@ resources.
282282 wdc
283283===
284284
285- wdc - a cross-platform utility that provides convenient work with
285+ wdc \- a cross-platform utility that provides convenient work with
286286WebDAV-servers right from your console. In addition to full
287287implementations of methods from webdav API, also added methods content
288288sync local and remote directories.
289289
290290**Authentication **
291291
292- - *Basic authentication *
292+ - *Basic authentication *
293293
294- .. code :: bash
294+ .. code :: bash
295295
296- $ wdc login https://wedbav.server.ru -p http://127.0.0.1:8080
297- webdav_login: w_login
298- webdav_password: w_password
299- proxy_login: p_login
300- proxy_password: p_password
301- success
296+ $ wdc login https://wedbav.server.ru -p http://127.0.0.1:8080
297+ webdav_login: w_login
298+ webdav_password: w_password
299+ proxy_login: p_login
300+ proxy_password: p_password
301+ success
302302
303- - Authorize the application using OAuth token\*
303+ - Authorize the application using OAuth token\*
304304
305- .. code :: bash
305+ .. code :: bash
306306
307- $ wdc login https://wedbav.server.ru -p http://127.0.0.1:8080 --token xxxxxxxxxxxxxxxxxx
308- proxy_login: p_login
309- proxy_password: p_password
310- success
307+ $ wdc login https://wedbav.server.ru -p http://127.0.0.1:8080 --token xxxxxxxxxxxxxxxxxx
308+ proxy_login: p_login
309+ proxy_password: p_password
310+ success
311311
312312 There are also additional keys ``--root[-r] ``, ``--cert-path[-c] `` and
313313``--key-path[-k] ``.
@@ -363,17 +363,17 @@ be on the project
363363+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
364364| Servers | free | info | list | mkdir | clean | copy | move | download | upload |
365365+================+========+========+========+=========+=========+========+========+============+==========+
366- | Yandex.Disk | + | + | + | + | + | + | + | + | + |
366+ | Yandex.Disk | \ + | \ + | \ + | \ + | \ + | \ + | \ + | \ + | \+ |
367367+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
368- | Dropbox | - | + | + | + | + | + | + | + | + |
368+ | Dropbox | \ - | \ + | \ + | \ + | \ + | \ + | \ + | \ + | \+ |
369369+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
370- | Google Drive | - | + | + | + | + | - | - | + | + |
370+ | Google Drive | \ - | \ + | \ + | \ + | \ + | \ - | \ - | \ + | \+ |
371371+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
372- | Box | + | + | + | + | + | + | + | + | + |
372+ | Box | \ + | \ + | \ + | \ + | \ + | \ + | \ + | \ + | \+ |
373373+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
374- | 4shared | - | + | + | + | + | - | - | + | + |
374+ | 4shared | \ - | \ + | \ + | \ + | \ + | \ - | \ - | \ + | \+ |
375375+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
376- | Webdavserver | - | + | + | + | + | - | - | + | + |
376+ | Webdavserver | \ - | \ + | \ + | \ + | \ + | \ - | \ - | \ + | \+ |
377377+----------------+--------+--------+--------+---------+---------+--------+--------+------------+----------+
378378
379379Publish and unpublish methods supports only Yandex.Disk.
@@ -389,11 +389,12 @@ A list of settings for WebDAV servers:
389389.. code :: yaml
390390
391391 webdav-servers :
392- yandex
392+ - yandex
393393 hostname : https://webdav.yandex.ru
394394 login : # login_for_yandex
395395 password : # pass_for_yandex
396- - dropbox hostname : https://dav.dropdav.com
396+ - dropbox
397+ hostname : https://dav.dropdav.com
397398 login : # login_for dropdav
398399 password : # pass_for_dropdav
399400 - google
0 commit comments