Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: SFTP-based connector
by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
Have a look at "connector_sftp" (https://github.com/OCA/server-tools/pull/985).
--
Regards
Daniel
Citando Sebastien Beau <sebastien.beau@akretion.com>:
If you need more information you can call me ;)Then we have extra module that depend on storage_backend and can be used for storing file, image, thumbnail....This module provide an abstract method to send a retrieve file on the backend_storage. The main idea is to have a really simple way to send and get file without carring on the way to send.You have a based module call storage and them implementation of storage (storage_backend_sftp, storage_backend_s3)Hi MaximeI plan to propose to OCA when it will be mature enough
We are working on something more generic and more splitted, based on the component module from Camptocamp
The project is call storage : https://github.com/akretion/storage with a good coverage 96%
I will also propose really soon a module that use the storage_backend for storing the attachmentAcsone already use it, and will contribute a google cloud connector.
2018-05-14 20:01 GMT+02:00 Maxime Chambreuil <mchambreuil@opensourceintegrators.com>:Hello,I have to transfer XML files to a remote system through a SFTP server.I found these modules:and also this discussion:I would like to split my requirement in 2 modules:
- connector_file that would allow the user to define a SFTP or FTP backend. Other protocols can be added later.
- connector_** where I would generate my XML files and use the backend to push it to the SFTP server
The result of the discussion above is not clear... Is it okay to push connector_file to connector-interfaces?Thanks!
MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANT
O: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.com P.O. BOX 940, HIGLEY, AZ 85236
______________________________
_________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
SFTP-based connector
byOpen Source Integrators, Maxime Chambreuil-
Re: SFTP-based connector
byClosingAp Open Source Integrators Europe, LDA, Daniel Reis