yuudi / rclone-webui-angular

Another Web GUI for Rclone
https://yuudi.github.io/rclone-webui-angular/
MIT License
269 stars 21 forks source link

Feature Request: implement file upload / download when browsing a drive #14

Open blikblum opened 1 year ago

blikblum commented 1 year ago

Implement file upload / download when browsing a drive

yuudi commented 1 year ago

For now, file download is available on local instance. Download from remote instances need some workaround and I am going to figure it out later.

Uploading small file is not a problem but upload large file or upload directory might be challenging because of the limitation of rclone remote control.

I plan to implement upload small file before end of this month, but large file uploading depends on if I have time to make some modify on rclone backend.