From 26d964c6d30552f0552dbec165dc100e82e76b13 Mon Sep 17 00:00:00 2001 From: YaR Date: Wed, 12 Apr 2017 15:05:49 +0300 Subject: [PATCH 1/5] Update readme.md --- readme.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 21953c02..14e9f402 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,8 @@ ``` Connect with (almost any) file manager that supports WebDAV using Basic authentification with no encryption and your cloud.mail.ru email and password (it's safe when you opens server on 127.0.0.1) +[Russian FAQ](https://gist.github.com/yar229/4b702af114503546be1fe221bb098f27) + ***Hints*** * Clone shared cloud.mail.ru file/folder to your account: make folder with name `>>SHARED_FOLDER_LINK` * Automatic split/join when uploading/downloading files larger than cloud allows @@ -71,13 +73,15 @@ Windows 7 client might perform very bad when connecting to any WebDAV server. Th #### Linux -You can simply use [Package for Gentoo Linux](https://github.com/yar229/WebDavMailRuCloud/issues/66) by [powerman](https://github.com/powerman) - -...or by hands (tested under [Elementary OS](https://elementary.io) and [Lubuntu](http://lubuntu.net/)) -* download [latest](https://github.com/yar229/WebDavMailRuCloud/releases/latest) `wdmrc-mono-*.tar.gz` ([obsolete alternative way](https://toster.ru/q/375448) from [Алексей Немиро](https://toster.ru/user/AlekseyNemiro) ) +(tested under [Elementary OS](https://elementary.io) and [Lubuntu](http://lubuntu.net/)) +* download and unzip [latest](https://github.com/yar229/WebDavMailRuCloud/releases/latest) release ([obsolete alternative way](https://toster.ru/q/375448) from [Алексей Немиро](https://toster.ru/user/AlekseyNemiro) ) * `sudo apt install apt mono-complete` * `mono wdmrc.exe -p ` +See also +* [Package for Gentoo Linux](https://github.com/yar229/WebDavMailRuCloud/issues/66) by [powerman](https://github.com/powerman) +* [Docker image](https://hub.docker.com/r/monster1025/mailru-webdav-docker/) by [monster1025](https://hub.docker.com/u/monster1025/) +
Mount with davfs2 * `mkdir /mnt/` @@ -104,14 +108,14 @@ In short: * [Erast Korolev](https://github.com/erastmorgan) for [Mail.Ru.net-cloud-client](https://github.com/erastmorgan/Mail.Ru-.net-cloud-client) * [C-A-T](https://github.com/C-A-T9LIFE) for testing and essential information -
+ #### Remarks * [Discussion on geektimes.ru](https://geektimes.ru/post/285520/) * Using within [**Total Commander**](http://www.ghisler.com/) requires to update `WebDAV plugin` to [v.2.9](http://ghisler.fileburst.com/fsplugins/webdav.zip) * Avoid using #, %, + in file and folder names * If you have paid account - you can remove 2Gb filesize limitation using `--user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17/TCWFX(x64)"` (taken from [pozitronik/CloudMailRu]( https://github.com/pozitronik/CloudMailRu), no any guarantees, speed limit may exist) -
+ #### See also
* [Mail.Ru.net-cloud-client](https://github.com/erastmorgan/Mail.Ru-.net-cloud-client)
* [Total Commander plugin for cloud.mail.ru service](https://github.com/pozitronik/CloudMailRu)
From 990643f484f160dad733bd920e8c46d257559fbc Mon Sep 17 00:00:00 2001 From: YaR Date: Wed, 12 Apr 2017 16:52:44 +0300 Subject: [PATCH 2/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14e9f402..57f0de1c 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ #### Usage ``` -p, --port (Default: 801) WebDAV server port - -h, --host (Default: "http://127.0.0.1") WebDAV server host with protocol (http://* for htpp://0.0.0.0) + -h, --host (Default: "http://127.0.0.1") WebDAV server host with protocol (http://* for htpp://0.0.0.0) --maxthreads (Default: 5) Maximum concurrent connections to cloud.mail.ru --user-agent "browser" user-agent --help Display this help screen. From 8e1666d759db501d84dce55c95da4f35f367b51c Mon Sep 17 00:00:00 2001 From: Dmitriy K Date: Sat, 13 May 2017 12:38:24 +0300 Subject: [PATCH 3/5] upd readme - mac os info --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 57f0de1c..c4b8ab39 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ #### Requirements * [Windows](#windows) - Microsoft .NET Framework 4.5 * [Linux](#linux) - Mono 4.6 + -* OS X - Mono 4.6 + (buddy said it works) +* [OS X](#osx) - Mono 4.6 + (buddy said it works) #### Usage ``` @@ -102,6 +102,14 @@ In short: ```
+#### Mac OS X + +* download and unzip [latest](https://github.com/yar229/WebDavMailRuCloud/releases/latest) release ([obsolete alternative way](https://toster.ru/q/375448) from [Алексей Немиро](https://toster.ru/user/AlekseyNemiro) ) +* `brew install mono` (how to install [brew](https://brew.sh/)) +* `mono wdmrc.exe -p ` + +Use any ftp client for connection to webdav. + #### Big thanks * [Ramon de Klein](https://github.com/ramondeklein) for [nwebdav server](https://github.com/ramondeklein/nwebdav) @@ -119,6 +127,4 @@ In short: #### See also
* [Mail.Ru.net-cloud-client](https://github.com/erastmorgan/Mail.Ru-.net-cloud-client)
* [Total Commander plugin for cloud.mail.ru service](https://github.com/pozitronik/CloudMailRu)
-* [MARC-FS - FUSE filesystem attempt for Mail.Ru Cloud](https://gitlab.com/Kanedias/MARC-FS)
- - +* [MARC-FS - FUSE filesystem attempt for Mail.Ru Cloud](https://gitlab.com/Kanedias/MARC-FS)
\ No newline at end of file From 546a99d7398f9d6ae91e6950f9f31a0b02126c4f Mon Sep 17 00:00:00 2001 From: Dmitriy K Date: Sat, 13 May 2017 12:39:37 +0300 Subject: [PATCH 4/5] upd readme link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c4b8ab39..facb4e2b 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ #### Requirements * [Windows](#windows) - Microsoft .NET Framework 4.5 * [Linux](#linux) - Mono 4.6 + -* [OS X](#osx) - Mono 4.6 + (buddy said it works) +* [OS X](#mac) - Mono 4.6 + (buddy said it works) #### Usage ``` From d9d992453e33369096f9c0508909cf1bb96acfde Mon Sep 17 00:00:00 2001 From: Dmitriy K Date: Sat, 13 May 2017 12:40:35 +0300 Subject: [PATCH 5/5] upd readme link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index facb4e2b..519125a7 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ #### Requirements * [Windows](#windows) - Microsoft .NET Framework 4.5 * [Linux](#linux) - Mono 4.6 + -* [OS X](#mac) - Mono 4.6 + (buddy said it works) +* [OS X](#mac-os-x) - Mono 4.6 + (buddy said it works) #### Usage ```