8000 Phone reboots when copying large folder from SFTP to encrypted SFTP via rsaf · Issue #157 · chenxiaolong/RSAF · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Phone reboots when copying large folder from SFTP to encrypted SFTP via rsaf #157
Open
@lacrimak3

Description

@lacrimak3

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

  1. Configure rclone.conf with the following remotes (details below):
    • remote1: An SFTP server.
    • remote2: Another SFTP server.
    • remote1_crypt: A crypt remote pointing to remote1:vault.
  2. Open a file manager app that supports SAF (e.g., MiXplorer, Material Files).
  3. Using the file manager, access the remote2 via rsaf.
  4. 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.
  5. Initiate a copy of this folder to remote1_crypt (also accessed via rsaf in the file manager).
  6. 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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0