Skip to content

Commit 09743d3

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents 0520550 + a604af8 commit 09743d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README

+5-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,11 @@ Python FTP server library (pyftpdlib) in a recent version (1.x+) is required
985985
for the optional grid_ftps daemon to work and the python-pyftpdlib
986986
package provides all required components for it on recent
987987
Debian/Ubuntu. If no recent version is available, it can still easily be
988-
installed with pip instead.
988+
installed with pip instead:
989+
pip install pyftpdlib
990+
Please note that a version before 2.x is needed for python2 support so the pip
991+
command would in that case be:
992+
pip install 'pyftpdlib<2.0'
989993
WsgiDAV is required for the optional grid_webdavs daemon to work and a
990994
recent version is needed for full OSX client support. Thus it is
991995
recommended to install directly from github or with pip.

0 commit comments

Comments
 (0)