Skip to content

Releases: yar229/WebDavMailRuCloud

1.13.1.1

02 Dec 18:42
Compare
Choose a tag to compare

Changes:

  • 7c7dbf1 allow http compression (speed up on .net5)
  • 0e5a9e1 speedup filenames parsing
  • 5d67e7b remove unused code
  • 893c467 cosmetic code changes

This list of changes was auto generated.

1.13.1.0

21 Nov 22:26
Compare
Choose a tag to compare
  • build for .Net 5.0

1.13.0.5

18 Nov 14:47
Compare
Choose a tag to compare

Changes:

1.13.0.2

27 Oct 15:11
Compare
Choose a tag to compare
  • #210 Using cloud deduplication (if the same file already in cloud there's no need to physically upload it again)

Edit wdmrc.config:

  <Deduplicate>
    <!-- Path for disk file cache -->
    <Disk Path = "d:\Temp\WDMRC_Cache" />

    <!--
      Cache: on disk or inmemory file caching
      Target: path with filename in cloud, .NET regular expression
      MinSize: minimum file size
      MaxSize: maximum file size
      -->
    <Rules>
      <!-- cache any path/file contains "EUREKA" in disk cache-->
      <Rule Cache="Disk" Target = "EUREKA" MinSize = "0" MaxSize = "0" />

      <!-- small files less than 15000000 bytes will be cached in memory -->
      <Rule Cache="Memory" Target = "" MinSize = "0" MaxSize = "15000000" />

      <!-- files larger than 15000000 bytes will be cached on disk -->
      <Rule Cache="Disk" Target = "" MinSize = "15000000" MaxSize = "0" />
    </Rules>
  </Deduplicate>

Then run with --use-deduplicate command line key.

Feedback is desirable.

Changes:

See More

This list of changes was auto generated.

1.12.2.2

21 Oct 22:49
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.12.1.2

01 Oct 10:42
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.12.1.0

22 Sep 16:38
Compare
Choose a tag to compare

Special command >>rlist to list file/folder properties to file
Usage:
>>rlist [[/]path]

Changes:

1.12.0.0

18 Sep 19:53
Compare
Choose a tag to compare

Released hasher.exe utility to calculate cloud hash for local files

Hasher.exe usage

  --files            (Group: sources) Filename(s)/wildcard(s) separated by space
  --lists            (Group: sources) Text files with wildcards/filenames separated by space
  --protocol         (Default: WebM1Bin) Cloud protocol to determine hasher
  -r, --recursive    (Default: false) Perform recursive directories scan
  --help             Display this help screen.
  --version          Display version information.

Changes:

  • 2da9ff1 #196 release console app hasher.exe to calculate file cloud hash
  • cb46552 #196 add console app to calculate file cloud hash

1.11.0.31

11 Sep 19:46
Compare
Choose a tag to compare

Changes:

  • 5efa995 #199 [MRC] fix file uploading error caused by server-side changes

This list of changes was auto generated.

1.11.0.30

03 Sep 12:52
Compare
Choose a tag to compare

Changes:

  • d5e7a21 #198 get actual wdmrc version by command line

This list of changes was auto generated.