patrykcoding / rcloneExplorer

rclone explorer for Android
MIT License
346 stars 51 forks source link

FTP subfolder navigation broken #242

Closed x0b closed 5 years ago

x0b commented 5 years ago

rcloneExplorer: v1.7.4 rclone: 1.44

When trying to reproduce #240, rcloneExplorer is unable to access lower directory levels. E.g. lower levels of FTP servers are inaccessible.

Screenshots: trying to access a folder structure like root/l1/l2/l3/l4/l5

root

Screenshot_2019-07-15-19-34-28-554

root/l1 Screenshot_2019-07-15-19-34-43-550

root/l1/? Screenshot_2019-07-15-19-34-56-804

EDIT So it turns out that this is probably a bug in rclone itself due to poor specification of the ls/list command. The server I was testing with does not support any arguments for this command.