Warning, /frameworks/kio/autotests/README.md is written in an unsupported language. File is not indexed.
0001 # Running ftptest unittest 0002 This test uses the "ftpd" Ruby Gem (https://rubygems.org/gems/ftpd). 0003 This means you need to install that Gem for the test to run correctly; this can 0004 be done either by: 0005 - Installing it from your distribution's repositories if they provide it OR 0006 - Installing it manually by running `gem install --user-install ftpd` which 0007 typically installs it under your user's home dir, and follow the on screen 0008 instructions to e.g. make sure the path it installed the Gem at is in your 0009 $PATH 0010 0011 # Running webdavtest unittest 0012 This test uses the "wsgidav" Python module (https://pypi.org/project/WsgiDAV/). 0013 This means you need to install that Python module for the test to run correctly; 0014 this can be done either by: 0015 - Installing it from your distribution's repos if they provide it OR 0016 - Installing it manually by running `pip3 install wsgidav` which typically installs 0017 it under your user's home dir, and follow the on screen instructions to e.g. make 0018 sure the path it installed the Gem at is in your $PATH