zodo / WebDavMailRuCloud

WebDAV cloud.mail.ru | WebDAV Облако Mail.Ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebDAV emulator for Mail.ru Cloud

download latest release binaries

Requirements:

  • Windows - Microsoft .NET Framework 4.5 (WebDavMailRuCloud_*.zip)
  • Linux - Mono Stable 4.6.2.16 (wdmrc-mono-*.tar.gz) - really dunno if it's working... (or take a look here)

Usage:

	-p, --port        Required. WebDAV server port
	--maxthreads      (Default: 5) Maximum concurrent connections to cloud.mail.ru
	--user-agent      "browser" user-agent
	--help            Display this help screen.
	--version         Display version information.

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 because connection can be established only locally)

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 large than cloud allows

Windows

Using from explorer requires enabled Basic Auth for WebDAV:

  • Press Win+R, type regedit, click OK
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  • Right click on the BasicAuthLevel and click Modify
  • In the Value data box, type 2, and then click OK.

Use as Windows disk:

	net use <disk>: http://127.0.0.1:<port> <your password for cloud.mail.ru> /USER:<your_email@mail.ru>

Windows 7 client might perform very bad when connecting to any WebDAV server. This is caused, because it tries to auto-detect any proxy server before any request. Refer to KB2445570 for more information.

Faster WebDAV Performance in Windows 7

  • In Internet Explorer, open the Tools menu, then click Internet Options.
  • Select the Connections tab.
  • Click the LAN Settings button.
  • Uncheck the “Automatically detect settings” box.
  • Click OK until you’re out of dialog.

By default, Windows limits file size to 5000000 bytes, you can increase it up to 4Gb:

  • Press Win+R, type regedit, click OK
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
  • Right click on the FileSizeLimitInBytes and click Modify
  • Click on Decimal
  • In the Value data box, type 4294967295, and then click OK.

Wrong disk size when mapped as Windows drive
Microsoft says - "It's not a bug, it's by design"

Big thanks to

Remarks

See also

About

WebDAV cloud.mail.ru | WebDAV Облако Mail.Ru


Languages

Language:C# 88.7%Language:CSS 7.5%Language:HTML 3.8%