rclone / rclone

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
https://rclone.org
MIT License
46.86k stars 4.19k forks source link

Please support LanzouCloud(Unlimited space Free) #4620

Open LittleRey opened 4 years ago

LittleRey commented 4 years ago

Resources:

LanzouCloud Official website

LanzouCloud

1.Unlimited space ### Free

2.free user upload file size<100M

maybe u can split a file, then cat it,like split -b 500m log.txt newfile like:

  split -b 500m log.txt newfile
  cat newfile* > orifile

3.Do not limit download speed ### Free

4.Only the types are supported:

doc,docx,zip,rar,apk,ipa,txt,exe,7z,e,z,ct,ke,cetrainer,db,tar,pdf,w3x epub,mobi,azw,azw3,osk,osz,xpa,cpk,lua,jar,dmg,ppt,pptx,xls,xlsx,mp3 ipa,iso,img,gho,ttf,ttc,txf,dwg,bat,imazingapp,dll,crx,xapk,conf deb,rp,rpm,rplib,mobileconfig,appimage,lolgezi,flac cad,hwt,accdb,ce,xmind,enc,bds,bdi,ssf,it(Other types are not supported,but u can change the file name)

ShareList(like reclone)mount LanzouCloud usage

https://github.com/reruin/sharelist/blob/master/README-en.md#mount-lanzou-yun

Mount LanZou Yun

Implemented by plugins/drive.lanzou.js plugin. Provide access which supports for LanZouCloud.

Mounting mark: lanzou
Mount path: 
  folderId
  password@folderId

https://github.com/reruin/sharelist/blob/master/plugins/drive.lanzou.js

LanzouCloud Third-Party API

https://github.com/zaxtyson/LanZouCloud-API

wiki:https://github.com/zaxtyson/LanZouCloud-API/wiki

ncw commented 4 years ago

Do you want to have a go at implementing this @LittleRey ?

LittleRey commented 4 years ago

oh,I can't code,I can use,,,,,,,,,lol