Skip to content

Commit 3f63946

Browse files
axpnetclaude
andcommitted
docs: add rclone import/export CLI command, bump version to 3.4.7
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82a99a1 commit 3f63946

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
AeroFTP is a free, open-source, multi-protocol file manager built with Rust and React. It connects to 27 protocols from a single desktop application, with built-in encryption, AI assistance, and a production CLI.
66

7-
**Current version**: v3.3.2
7+
**Current version**: v3.4.7
88

99
## Links
1010

cli/commands.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,23 @@ Example Claude Desktop configuration:
393393
}
394394
```
395395

396+
### import rclone
397+
398+
Import server profiles from rclone configuration files. Supports 17 rclone backend types with automatic password de-obfuscation.
399+
400+
```bash
401+
# Auto-detect rclone.conf location
402+
aeroftp-cli import rclone
403+
404+
# Specify path manually
405+
aeroftp-cli import rclone /path/to/rclone.conf
406+
407+
# JSON output for scripting
408+
aeroftp-cli import rclone --json
409+
```
410+
411+
Supported rclone types: `ftp`, `sftp`, `s3` (all providers), `webdav` (Nextcloud, ownCloud), `drive`, `dropbox`, `onedrive`, `mega`, `box`, `pcloud`, `azureblob`, `swift`, `yandexdisk`, `koofr`, `jottacloud`, `b2`, `opendrive`. Passwords are revealed from rclone's reversible AES-256-CTR obfuscation. Use the GUI import flow (Settings > Export/Import > Import from rclone) to store credentials in the encrypted vault.
412+
396413
## GitHub Protocol
397414

398415
Every upload and delete creates a real Git commit. Branch-aware with automatic working branch creation for protected branches.

0 commit comments

Comments
 (0)