Hi, Michael, The mount seems flaky to me, at least when copying _to_ it using Finder on Macos (copying _from_ it is fine). So, I tend to use the direct commands for move, copy, copyto, delete, etc., from eshell.
I was thinking of writing the integration myself, but I'm relatively new to elisp and don't know the tramp integration points at all. So, I was hoping this was already in the works! ;) If, however, you can point me to a document which might explain the minimum functions I need to implement for a new integration, that would help a lot! But, if you are interested in this yourself, I should probably not bother, as I would be too slow and the code poorly written! ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Saturday, November 17, 2018 1:42 AM, Michael Albinus <[email protected]> wrote: > Matt M [email protected] writes: > > > Hello, > > Hi Matt, > > > Rclone (https://rclone.org/) is a cli tool that allows easy remote > > access to several different cloud storage providers (and encryption!) > > using a common file management interface. > > I currently use it from eshell, but integration with find-file and > > dired would be a great thing to have. > > This seems like a nice fit for tramp, no? > > I didn't know rclone yet. Nice tool, indeed. > > > I'm wondering if anyone has started an rclone integration for tramp? > > I'm not aware of this. Playing a little bit with it, the cheapest > implementation seems to be to use "rclone mount" on-the-fly. Maybe I > give it a try. > > > Thanks! > > -- Matt > > Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
