WebDavMailRuCloud icon indicating copy to clipboard operation
WebDavMailRuCloud copied to clipboard

Download shared file (store as splitted archive)

Open rromm opened this issue 6 years ago • 6 comments

heard that WDMRC splitting big files cause of size limits. but I'm almost sure there's no mentioned (in title) function (otherwise where's the info about splitting placed).

rromm avatar Oct 22 '19 03:10 rromm

Yep, big files splits to chunks by cloud filesize limit detected automatically (usually it's 2Gb for free accounts).

That's how you can see one and work with in your file manager:

image

And splitted files in cloud:

image

video3.mkv really is a header file video3.mkv.wdmrc.001 and video3.mkv.wdmrc.002 contains data.

If there's no wdmrc, you can download video3.mkv.wdmrc.001, video3.mkv.wdmrc.002 and simply combine them Using cmd: COPY video3.mkv.wdmrc.001 + video3.mkv.wdmrc.002 video3.mkv

...or Using TotalCommander Files -> Combine

...or anything else

yar229 avatar Oct 22 '19 08:10 yar229

ok but what about subject? if I share those 3 files will friend see 1 file just like me in his WDMRC?

rromm avatar Oct 22 '19 08:10 rromm

by the way I wouldn't change format of data keeping it video, because it's usually watchable on web cloud mail ru.

rromm avatar Oct 22 '19 09:10 rromm

at least some players could open it so I could share those couple of data for those who doesn't have WDMRC.

rromm avatar Oct 22 '19 09:10 rromm

ok but what about subject? if I share those 3 files will friend see 1 file just like me in his WDMRC?

  1. If you share video3.mkv using special command >>share video3.mkv you'll got 3 links (take a look on file video3.mkv.share.wdmrc), it's not the way you use to.

  2. If you share a folder, your friend can attach it to his cloud using wdmrc spec.command >>link (.,.link) and then he can see video3.mkv as single file.

by the way I wouldn't change format of data keeping it video, because it's usually watchable on web cloud mail ru.

There's a big trouble - Cloud web interface cannot play splitted videos.

at least some players could open it so I could share those couple of data for those who doesn't have WDMRC.

Maybe so, but not for all video formats.

yar229 avatar Oct 22 '19 09:10 yar229

− if I share those 3 files — will friend see 1 file just like me in his WDMRC? − If you share video3.mkv using special command >>share video3.mkv you'll got 3 links

I assume it's yes. but for convinient sharing it would be good to place data in splitted (uncompressed?) archive, for example — zip opens as folder in windows, so files is accessible while it's in some (any) part of archive. as for videos we could test splitted formats for playing, after all — such sharing is better than nothing (to those friends etc without WDMRC).

rromm avatar Oct 22 '19 12:10 rromm