Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntu 有一个有用的功能,您可以在其中挂载和查看外部 ssh 帐户、蓝牙设备等上的文件,称为gvfs / GIO。是否有开发人员指南/教程用于制作自定义适配器以从外部存储或 Web 服务“挂载”,最好是在 Python 中?
http://git.gnome.org/browse/gvfs/tree/有几个后端(尽管都是用 C 编写的)。我不知道python中的例子。