Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP upload bug #239

Open
thri1hous opened this issue Feb 24, 2023 · 0 comments
Open

SFTP upload bug #239

thri1hous opened this issue Feb 24, 2023 · 0 comments

Comments

@thri1hous
Copy link

thri1hous commented Feb 24, 2023

What version of RCX are you using (About -> App version)?

1.12.2

What is your Android version, phone model and manufacturer?

Android 13, OnePlus 8t

Which steps are required to reproduce this issue?

  1. Create new SFTP remote with only username and password (I have not tested with public key)
  2. Log into remote and navigate to direct outside of the home directory e.g. /media/ext/test/
  3. Upload file to this directory from local storage or create new folder e.g test.txt
  4. Instead of copying the file to /media/ext/test/test.txt rclone copies the file to /home/username/media/ext/test/test.txt creating new directories if needed. Basically it treats the home directory as the root director

What is your configuration (rclone.conf)?

You can reproduce this with a clean .conf and new SFTP remote

Does the same issue also occur when using the same configuration on a PC or in Termux?

I don't think so but hard to say
When I upload a file or folder in the app is that the equivalent of a copy command in rclone cli? I'm guessing it's not sync since there is a sync option within the app as well but I haven't tested with this.

What are the contents of Android/data/io.github.x0b.rcx/files/logs/log.txt?

log.txt (click to expand)
The app doesn't think it had an error so this is left blank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant