Open
Description
Description
My phone unexpectedly reboots when I attempt to copy a folder from one SFTP remote (remote2
) to an encrypted folder (remote1_crypt
) on another SFTP remote, using the rsaf app as an SAF provider.
Steps to Reproduce
- Configure
rclone.conf
with the following remotes (details below):remote1
: An SFTP server.remote2
: Another SFTP server.remote1_crypt
: A crypt remote pointing toremote1:vault
.
- Open a file manager app that supports SAF (e.g., MiXplorer, Material Files).
- Using the file manager, access the
remote2
via rsaf. - Select a folder on
remote2
to copy. The folder is approximately 1-2GB in size and contains several hundred files. Most files are a few MB, but some are several hundred MB. - Initiate a copy of this folder to
remote1_crypt
(also accessed via rsaf in the file manager). - During the copy process, the phone suddenly reboots.
Expected Behavior
The folder should be copied successfully without any errors, and the phone should not reboot.
Actual Behavior
The phone reboots in the middle of the copy operation.
Environment
- rsaf App Version: 3.7
- Android Version: 14
- File Manager(s) Used: MiXplorer, Material Files (the issue occurs with both)
rclone.conf
(Passwords, actual hostnames, and usernames have been removed for security. The structure reflects my setup.)
[remote1]
type = sftp
port = 22
pass =
host =
user =
shell_type = unix
[remote2]
type = sftp
port = 22
pass =
host =
user =
shell_type = unix
[remote1_crypt]
type = crypt
password =
password2 =
remote = remote1:vault
Could you please look into this issue?
Metadata
Metadata
Assignees
Labels
No labels