filen_client 0.2.2 copy "filen_client: ^0.2.2" to clipboard
filen_client: ^0.2.2 copied to clipboard

Unofficial Dart client and CLI for Filen.io end-to-end-encrypted cloud storage — login, list, encrypted upload/download with batching and resume, plus a WebDAV bridge.

example/README.md

filen_client examples #

An unofficial Dart client + CLI for Filen.io end-to-end-encrypted cloud storage. See the package README for full command and API documentation.

CLI #

FILEN_EMAIL=you@example.com FILEN_PASSWORD=secret \
  dart run filen_client:filen --help

Library #

import 'package:filen_client/filen_client.dart';
// final client = FilenClient(); await client.login('you@example.com', 'secret');
// list / upload / download with batching + resume — see the README.
0
likes
130
points
55
downloads

Documentation

API reference

Publisher

verified publishercrispstro.be

Weekly Downloads

Unofficial Dart client and CLI for Filen.io end-to-end-encrypted cloud storage — login, list, encrypted upload/download with batching and resume, plus a WebDAV bridge.

Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

args, convert, crypto, cryptography, ffi, file, glob, hex, http, path, pointycastle, shelf, shelf_dav, shelf_router

More

Packages that depend on filen_client