You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/rclone.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# rclone Integration
2
2
3
-
> AeroFTP stands on the shoulders of a giant. [rclone](https://rclone.org) is the gold standard in file transfer and cloud synchronization — a project that has redefined what a command-line tool can do. With 70+ backends, a thriving community, and over a decade of relentless development, rclone has set the bar for every tool in this space, including ours.
3
+
> AeroFTP stands on the shoulders of a giant. [rclone](https://rclone.org) is the gold standard in file transfer and cloud synchronization - a project that has redefined what a command-line tool can do. With 70+ backends, a thriving community, and over a decade of relentless development, rclone has set the bar for every tool in this space, including ours.
4
4
>
5
-
> This integration is our way of building a bridge, not a wall. If you use rclone, AeroFTP welcomes you with open arms. Your configuration, your remotes, your workflow — bring it all.
5
+
> This integration is our way of building a bridge, not a wall. If you use rclone, AeroFTP welcomes you with open arms. Your configuration, your remotes, your workflow - bring it all.
6
6
7
7
## What this does
8
8
@@ -12,7 +12,7 @@ AeroFTP can **import and export** rclone configuration files (`rclone.conf`), al
12
12
13
13
- Reads your `rclone.conf` directly (auto-detected or manually selected)
14
14
- Maps rclone remote types to AeroFTP protocols
15
-
-**Upgrades credential security**: rclone stores passwords using reversible obfuscation (AES-256-CTR with a published key). AeroFTP de-obfuscates them and stores them in an AES-256-GCM encrypted vault with Argon2id key derivation — a significant security improvement with zero effort on your part
15
+
-**Upgrades credential security**: rclone stores passwords using reversible obfuscation (AES-256-CTR with a published key). AeroFTP de-obfuscates them and stores them in an AES-256-GCM encrypted vault with Argon2id key derivation - a significant security improvement with zero effort on your part
16
16
- Available in the GUI (Settings > Export/Import > Import from rclone) and CLI (`aeroftp import rclone`)
17
17
18
18
### Export (AeroFTP to rclone)
@@ -64,9 +64,9 @@ We are actively adding support for more backends. If your favorite rclone remote
64
64
65
65
1. Open **Settings > Export/Import**
66
66
2. In the **rclone** section, click **Import from rclone**
67
-
3. AeroFTP auto-detects your `rclone.conf`— or click **Browse** to select it manually
67
+
3. AeroFTP auto-detects your `rclone.conf`- or click **Browse** to select it manually
68
68
4. Review the list of detected remotes, deselect any you don't need
69
-
5. Click **Import**— credentials are stored in your encrypted vault
69
+
5. Click **Import**- credentials are stored in your encrypted vault
70
70
71
71
For export, select **Export to rclone**, choose which servers to include, and save the `.conf` file.
0 commit comments