← Back to team overview

openerp-india team mailing list archive

Re: [Bug 1115159] Re: Update document_ftp pyftpdlib version

 

On Thursday 07 February 2013, you wrote:
> - Port the library use, to avoid mantain a fork, it means make all with an
> import pyftplib and not manatain an internal fork.
Reasonable..

> - Extend the use to sftp to allow secure use.
You mean "ftps", don't you? (as in ftp with TLS) . "sftp" is rather "ftp over 
ssh" which is AFAIK non-standard (and is only supported in linux clients). In 
OpenERP, the huge hurdle is the way SSH server keys need to be managed inside 
a python library. This makes administration of any SSH-through-openerp a pain, 
and is also insecure because of the single-process nature of python.

> - NOT stop use FTP because we have some legal reasons in MX at least to
> share trhought an FTP some invoice reports.
If they mandate FTP, how come they don't also allow HTTP? You know, WebDAV is 
a superset of a RESTful HTTP server...

Also, one note: the old lib was v0.4 . The new is v0.7 or something. Note that 
they both are "0.x" releases, probably meaning that their API is not stable 
yet.

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1115159

Title:
  Update document_ftp pyftpdlib version

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Hi guys,

  Working on document_ftp module, I realized that the pyftpdlib
  http://code.google.com/p/pyftpdlib/ used by OpenERP is out of date
  since 2008, event in V7. Three major version of the binary was missed.

  We are using document_ftp in a very intensive ftp project and we have
  some problem which are corrected in the latest version of pyftpdlib.
  We are managing theses problems, but for others projects I strongly
  suggest to make the version upgrade pyftpdlib 0.4 to 0.7 in trunk
  asap.

  Regards,
  Yannick.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1115159/+subscriptions


References