We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0520550 + a604af8 commit 09743d3Copy full SHA for 09743d3
README
@@ -985,7 +985,11 @@ Python FTP server library (pyftpdlib) in a recent version (1.x+) is required
985
for the optional grid_ftps daemon to work and the python-pyftpdlib
986
package provides all required components for it on recent
987
Debian/Ubuntu. If no recent version is available, it can still easily be
988
-installed with pip instead.
+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'
993
WsgiDAV is required for the optional grid_webdavs daemon to work and a
994
recent version is needed for full OSX client support. Thus it is
995
recommended to install directly from github or with pip.
0 commit comments