Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#56242 - [python-pyftpdlib] Please add python-pysendfile to optional dependencies for faster file transfers
Attached to Project:
Community Packages
Opened by David McInnis (daavve) - Sunday, 05 November 2017, 09:31 GMT
Last edited by Felix Yan (felixonmars) - Monday, 14 May 2018, 16:25 GMT
Opened by David McInnis (daavve) - Sunday, 05 November 2017, 09:31 GMT
Last edited by Felix Yan (felixonmars) - Monday, 14 May 2018, 16:25 GMT
|
DetailsTHE PROBLEM:
* The check() function in python-pyftpdlib gives the following message: 'pysendfile' third-party module is not installed. This is not essential but it considerably speeds up file transfers. You can install it with 'pip install pysendfile'. More at: https://github.com/giampaolo/pysendfile ----------------------------------------------------------------------------------------- A SOLUTION: * Install python-pyftpdlib from the AUR. * run the check() function in python-pyftpdlib There is no complaint about a missing library ----------------------------------------------------------------------------------------- PROPOSED FIX: * Add python-pyftpdlib as an optional dependency of python-pyftpdlib, or * Move python-pyftpdlib into the community repository and make it a dependency. ----------------------------------------------------------------------------------------- Thanks so much! -Dave |
This task depends upon
Closed by Felix Yan (felixonmars)
Monday, 14 May 2018, 16:25 GMT
Reason for closing: Fixed
Additional comments about closing: See comments.
Monday, 14 May 2018, 16:25 GMT
Reason for closing: Fixed
Additional comments about closing: See comments.
Comment by Felix Yan (felixonmars) -
Monday, 14 May 2018, 16:25 GMT
python-pyftpdlib will use os.sendfile on Python 3. python2-pysendfile has been added as optdepends of python2-pyftpdlib though.