[Github-comments] [geany/geany] Opening and working with remote files (webdav) (#1316)

elextr notifications at xxxxx
Tue Nov 22 00:14:48 UTC 2016


As you are probably aware, Geany does not open remote files, it opens a local mount of the file, so the problem is in the filesystem that provides that mount, probably a FUSE system, not in Geany.

Gedit does not use a local mount IIUC, it accesses remote files directly via GVFS.

Try comparing the speed of `cat` on the mount point Geany reads with `gvfs-cat` accessing the server directly.

There have been thoughts about having Geany use GVFS as well, but nobody has had sufficient effort available to do and test this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1316#issuecomment-262108985
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161121/35258e3c/attachment.html>


More information about the Github-comments mailing list