GithubHelp home page GithubHelp logo

nzzz964 / qmailstorage Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 3.0 1.15 MB

将QQ邮箱作为网盘 邮箱/QQ邮箱/备份/上传/网盘/附件/发邮件

License: GNU General Public License v3.0

Go 96.42% Batchfile 3.58%

qmailstorage's Introduction

QMailStorage.

使用 QQ邮箱 备份文件

😅 目前功能

  • 上传指定文件

🙏 Todo

  • 分段存储文件
    • I/O 性能调优

🙌 使用

  1. 下载对应平台的 Release
  2. 修改配置文件
{
    "server"   : "smtp.qq.com:465",     // SMTP 服务器
    "username" : "[email protected]",   // 登录账号
    "password" : "password",            // 登录密码
    "from"     : "[email protected]",   // 发件人
    "to"       : "[email protected]",   // 收件人
    "chunksize": 52428800               // 分片大小 (50M
}
  1. 运行
qmailstorage-windows-amd64.exe -h     // 获取帮助

Usage of qmailstorage-windows-amd64.exe:
  -c string
        指定配置文件 (default "config.json")
  -d string
        文件描述
  -f string
        指定上传文件
qmailstorage-windows-amd64.exe -c config.json -d "描述" -f kawaii.zip

👌 文件还原

Windows

copy /b kawaii.zip.part1 + kawaii.zip.part2 + kawaii.zip.part3 kawaii.zip

Linux

cat kawaii.zip.part2 kawaii.zip.part3 >> kawaii.zip.part1
mv  kawaii.zip.part1 kawaii.zip

qmailstorage's People

Contributors

nzzz964 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

qmailstorage's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.