{ "info": { "author": "Therp BV,Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n====\nSFTP\n====\n\nThis module allows you to access your data (= documents attached to records)\nvia SFTP. There will be different virtual roots to get your browsing started,\nfor the time being, there's only one map `By model` that lets you browse ids\nof the records of the different models.\n\nInstallation\n============\n\nTo install this module, you need to:\n\n#. install paramiko. You need version 2.0 or higher\n#. install the module. It will generate a new host key during installation\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n#. be sure there's a proper hostkey in config parameter ``document_sftp.hostkey``\n#. add some authorized key on the users' form who should be allowed to login via SFTP\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. add some keys to your user's authorized key field\n#. say ``sftp -p 2222 $yourodoohost`` and browse through the possibilities\n#. when you found what you want, say ``sshfs -p 2222 \"admin@localhost:By model/res.company/1\" $yourmountpoint`` to see all attachments of your main company in ``$yourmountpoint``\n#. pay someone to implement locking (see below) in order to be able to write on this\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/118/8.0\n\nKnown issues / Roadmap\n======================\n\n* implement writing. This is not trivial, because we need some concept of locking, UI for that and take care of some corner cases\n* allow to restrict actions on SFTP that are allowed normally (because ``rf -rf $yourmountpoint/`` can become a serious problem)\n* should support directories\n* implement some other useful virtual roots (Mails, By Directory, By name, ...)\n This should look like symlinks to the rigid designator (model+id) from the point of view of the user.\n* with this, `auth_ssh` should be simple to implement enabling passwordless logins for your scripts\n* if you want to see error messages from the SFTP server thread, use ``--log-handler=paramiko:DEBUG``\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Holger Brunn \n\nDo not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues.\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo8-addon-document-sftp", "package_url": "https://pypi.org/project/odoo8-addon-document-sftp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo8-addon-document-sftp/", "project_urls": null, "release_url": "https://pypi.org/project/odoo8-addon-document-sftp/8.0.1.0.0.99.dev3/", "requires_dist": [ "odoo (<9.0a,>=8.0a)", "paramiko" ], "requires_python": "", "summary": "Access your documents via SFTP", "version": "8.0.1.0.0.99.dev3" }, "last_serial": 2777022, "releases": { "8.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "cd635af5c0280a00938f0f97fd343d44", "sha256": "f3395288f81feafbe3f74000f59cf8ea4a3bdd4bae3d0b79c4c169c4bbac98f7" }, "downloads": -1, "filename": "odoo8_addon_document_sftp-8.0.1.0.0.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "cd635af5c0280a00938f0f97fd343d44", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33349, "upload_time": "2017-04-11T11:42:06", "url": "https://files.pythonhosted.org/packages/26/05/4d9ff2f38a2199152a8cb7c8455c142dad93e3f72e96eb6473ec0fc7fa99/odoo8_addon_document_sftp-8.0.1.0.0.99.dev2-py2-none-any.whl" } ], "8.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "3674207fae415f3c798d2a960b687245", "sha256": "85f4d6cc782a9ef7ca8df28e830bf8047be5a6049d98fa89ae3f7b3c947f22d8" }, "downloads": -1, "filename": "odoo8_addon_document_sftp-8.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "3674207fae415f3c798d2a960b687245", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33541, "upload_time": "2017-04-11T11:42:10", "url": "https://files.pythonhosted.org/packages/08/2c/c789168b4f34493162f4fb6bc9396e0c112e76d287ee4cb907f41ba9b44b/odoo8_addon_document_sftp-8.0.1.0.0.99.dev3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3674207fae415f3c798d2a960b687245", "sha256": "85f4d6cc782a9ef7ca8df28e830bf8047be5a6049d98fa89ae3f7b3c947f22d8" }, "downloads": -1, "filename": "odoo8_addon_document_sftp-8.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "3674207fae415f3c798d2a960b687245", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33541, "upload_time": "2017-04-11T11:42:10", "url": "https://files.pythonhosted.org/packages/08/2c/c789168b4f34493162f4fb6bc9396e0c112e76d287ee4cb907f41ba9b44b/odoo8_addon_document_sftp-8.0.1.0.0.99.dev3-py2-none-any.whl" } ] }