文件名称:unifile:通过简单的Web API统一访问云存储服务
文件大小:193KB
文件格式:ZIP
更新时间:2024-06-06 02:23:03
javascript oauth2 cloud dropbox ftp
Unifile,统一访问云存储服务。 Nodejs库可通过通用API访问云存储服务。 当前支持的服务 的FTP SFTP 投寄箱 GitHub:使用git作为带有存储库和分支作为文件夹的云 WebDAV 本地文件系统(从驱动器复制到云可能很有用) 动机 随着云服务的兴起以及独立于此类提供商的需求,我们决定创建一种通用工具来访问许多在线平台。 目的是让您的应用程序用户可以*选择要存储数据的位置。 用 要求 > 6.0.0 在您的Node.js项目中使用 将unifile lib添加到您的项目 $ npm install unifile --save 香草Node.js Unifile使用类似于本机fs模块的API,但使用Bluebird Promises而不是回调。 您可以在上找到整个API文档。 与快递 然后编写一个的小型Node.js服务器。 或使用示例: $
【文件预览】:
unifile-master
----.gitignore(72B)
----.eslintrc(3KB)
----package.json(2KB)
----package-lock.json(155KB)
----.nvmrc(8B)
----.travis.yml(277B)
----samples()
--------package.json(380B)
--------package-lock.json(16KB)
--------public()
--------simple-api-server.js(7KB)
----LICENSE(1KB)
----CHANGELOG.md(5KB)
----.bithoundrc(165B)
----jsdoc.json(572B)
----README.md(3KB)
----lib()
--------unifile-ftp.js(7KB)
--------unifile-github.js(35KB)
--------error.js(1017B)
--------index.js(14KB)
--------unifile-dropbox.js(18KB)
--------unifile-fs.js(5KB)
--------unifile-remoteStorage.js(8KB)
--------unifile-sftp.js(7KB)
----.npmignore(41B)
----docs()
--------RemoteStorageConnector.html(7KB)
--------error.js.html(5KB)
--------unifile-fs.js.html(8KB)
--------external-WritableStream.html(4KB)
--------WebDavConnector.html(7KB)
--------BatchError.html(4KB)
--------GitHubConnector.html(10KB)
--------unifile-webdav.js.html(10KB)
--------unifile-ftp.js.html(10KB)
--------unifile-sftp.js.html(11KB)
--------global.html(24KB)
--------external-ReadableStream.html(4KB)
--------FtpConnector.html(8KB)
--------scripts()
--------UnifileError.html(4KB)
--------SftpConnector.html(8KB)
--------FsConnector.html(9KB)
--------index.html(8KB)
--------unifile-remoteStorage.js.html(12KB)
--------external-Promise.html(4KB)
--------styles()
--------unifile-dropbox.js.html(22KB)
--------unifile-github.js.html(38KB)
--------Unifile.html(52KB)
--------DropboxConnector.html(9KB)
--------index.js.html(17KB)
----test()
--------unifile-ftp.js(16KB)
--------unifile-github.js(34KB)
--------index.js(22KB)
--------unifile-dropbox.js(32KB)
--------unifile-fs.js(18KB)
--------unifile-sftp.js(25KB)
----.editorconfig(304B)