Skip to content
VADemon edited this page Jan 17, 2019 · 6 revisions

WDMRC has ability to execute special commands. WebDAV provides no such feature: the way you can execute commands is "creating" a new folder with a special name (no folder will be actually created, command will be intercepted by WDMRC).

Default command prefix is >> and parameters with spaces must be enclosed "by quotes". You can override >> prefix with your own in wdmrc.config file


>>join SHARED_FOLDER_LINK

Clone shared cloud.mail.ru file/folder to your account

>>link SHARED_FOLDER_LINK [linkname]

Link shared folder to your cloud without wasting your cloud space (or manually edit file /item.links.wdmrc)

>>link check

Remove all dead links (may take time if there's a lot of links)

>>move /full/path/from /full/path/to

Fast move of a file/directory. Only useful if your client moves inner items recursively (each individual file etc.)

>>copy /full/path/from /full/path/to

Fast copy of a file/directory. Only useful if your client copies inner items recursively (each individual file etc.)

>>lcopy x:/local/path/from /full/server/path/to

If file is already uploaded or present in the cloud, add it by hash without uploading.

>>del [[/]path]

Fast delete a file/directory. Only useful if your client deletes each inner item individually, one-by-one.

>>share [[/]path]

Make a file/folder public & create .share.wdmrc file with public links

>>sharev [[/]path]

Make a media file public & create .share.wdmrc file with public and direct play links for media playback.

>>pl [[/]path]

Create a playlist. Makes a media file public: creates .m3u8 playlist file, .share.wdmrc file with public and direct play links

>>crypt init

Mark the currently open folder as encrypted. Every file will be encrypted/decrypted on-the-fly and all new sub-directories will also be marked for encryption.