File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -985,7 +985,11 @@ Python FTP server library (pyftpdlib) in a recent version (1.x+) is required
985
985
for the optional grid_ftps daemon to work and the python-pyftpdlib
986
986
package provides all required components for it on recent
987
987
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'
989
993
WsgiDAV is required for the optional grid_webdavs daemon to work and a
990
994
recent version is needed for full OSX client support. Thus it is
991
995
recommended to install directly from github or with pip.
You can’t perform that action at this time.
0 commit comments