An open API service indexing awesome lists of open source software.

https://github.com/akretion/file-exchange

File Exchange
https://github.com/akretion/file-exchange

Last synced: 11 months ago
JSON representation

File Exchange

Awesome Lists containing this project

README

          

file-exchange
=============

File Exchange

Manage file exchange with external system.
Here is modules

File Repository
-----------------
File management parameters definition (location, protocol, access)
to connect towards file storage places (external or internal)
allow to define protocol with external repository (FTP, SFTP, File system)

File Document
---------------
Manage and store files used to exchange datas (import/export)
with any external applications (file exchange or web services)
Example : logistics centers, e-commerce platforms, automated machines

File Email
-------------
Importing and processing the attachment of an email.
The attachment of the email will be imported
as a file_document and then in your custom module you can process it.
An example of processing can be found in
[account_statement_email](http://bazaar.launchpad.net/~akretion-team/banking-addons/bank-statement-reconcile-7.0-file-exchange/view/head:/account_statement_email/fetchmail.py)