There were some talks about getting mc (Midnight Commander) to work with a rclone remote (which would be very nice as it doesn’t need X) VFS plugin for mc . As you can see things didn’t progress much but what’s worse it seems that the simplest way to do this would be via mc-lua … which is a fork of mc but even if the developer is responding still is based on a rather old mc (and it’s unknown if any fixes will ever be ported there).
1 way I wanna use rclone browser is at least to dig out the path of a file in a google drive.
The web interface of google drive even wont let you get the path to a file easily.
rclone browser can do that easily, it’s open source, but not signed, no md5sum on site.
I found goodsync, which is close source, signed, I now run it under sandboxie per 30days and then reinstall.
It at least let me find the file path easily and with trust.
ps: goodsync shd be able to compare 2 remotes and double verify rclone’s sync. (I am
paranoid and always double check).
but goodsync seems not working for me, I duno why.
Maybe we should bring this under the rclone · GitHub organization? What do you think? It would give it better visibility? Email me nick@craig-wood.com if you'd like to discuss futher!
OK. I managed to reproduce it on fresh VM Windows install. I guess many people have required runtime from other apps. I will update next release accordingly.
I don't really know Windows and only use it in virtual environment for Rclone Browser dev.
I use both.
You want to poke around your remote and copy few files in or out. Use mount.
You want to sync 500GB of data or copy 1million files out. Don’t even bother with mount. Use rclone cmd or rclone browser which is rclone GUI for some of us lazy to type all option in terminal
Hello, I'v some endpoint S3 (minio) with x509 certificate signed by unknown authority, is there any flags that i can use to bypass this problem? I tried to set rclone command as: rclone.exe --no-check-certficate without success.