newhinton / Round-Sync

An android cloud file manager, powered by rclone. Visit https://roundsync.com for more information!
https://roundsync.com
GNU General Public License v3.0
1.3k stars 51 forks source link

Select remote encoding in Edit/Advanced Options #208

Open nikita24982 opened 10 months ago

nikita24982 commented 10 months ago

Pre-Submission checklist

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

2.4.3-beta-DEBUG

What problem are you trying to solve?

I have some folders on my phone downloaded previously with RCX, but i can't delete them even in RS (Round Sync) due to Windows-1252 filename character encoding. When i Serve on the FTP and then browse in file manager with that encoding, it displays cyrillic characters normally but when i try to delete that folder i still get "File Not Found" errors. This issue was mentioned here one year ago without response IMG_20240104_025116

What should Round Sync be able to do differently to help with this problem?

I want a "Select Encoding" option in "Edit Remote" to select filename encoding so i will be able to delete files with these "�" symbols from WINDOWS-1252 (CP1252) encoding.

newhinton commented 10 months ago

I want a "Select Encoding"

Is that a specific encoding provided by rclone? If it os a flag for the remote you are using, you should already be able to use that.

If it is a flag for serve/rclone itself (and not a provider), i have to try and replicate what you experience to fully understand the issue.