Searched refs:vsftpd (Results 1 – 12 of 12) sorted by relevance
/curl/tests/http/ |
H A D | test_30_vsftpd.py | 44 def vsftpd(self, env): member in TestVsFTPD 45 vsftpd = VsFTPD(env=env) 46 assert vsftpd.start() 47 yield vsftpd 48 vsftpd.stop() 61 def _class_scope(self, env, vsftpd): argument 62 if os.path.exists(vsftpd.docs_dir): 63 shutil.rmtree(vsftpd.docs_dir) 64 if not os.path.exists(vsftpd.docs_dir): 65 os.makedirs(vsftpd.docs_dir) [all …]
|
H A D | config.ini.in | 39 [vsftpd] section 40 vsftpd = @VSFTPD@ argument
|
H A D | CMakeLists.txt | 31 find_program(VSFTPD "vsftpd") # /usr/sbin/vsftpd
|
H A D | Makefile.am | 38 testenv/vsftpd.py \
|
H A D | test_31_vsftpds.py | 253 def check_upload(self, env, vsftpd: VsFTPD, docname): 255 dstfile = os.path.join(vsftpd.docs_dir, docname)
|
/curl/tests/http/testenv/ |
H A D | __init__.py | 38 from .vsftpd import VsFTPD
|
H A D | env.py | 192 self.vsftpd = self.config['vsftpd']['vsftpd'] 194 if self.vsftpd is not None: 197 p = subprocess.run(args=[self.vsftpd, '-v'], 201 self.vsftpd = None 220 self.vsftpd = None 414 return Env.CONFIG.vsftpd is not None 558 def vsftpd(self) -> str: member in Env 559 return self.CONFIG.vsftpd
|
H A D | vsftpd.py | 45 self._cmd = env.vsftpd
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 924 vsftpd
|
/curl/.github/workflows/ |
H A D | http3-linux.yml | 333 apache2 apache2-dev libnghttp2-dev vsftpd
|
H A D | linux.yml | 311 apache2 apache2-dev libnghttp2-dev vsftpd
|
/curl/ |
H A D | configure.ac | 324 VSFTPD=/usr/sbin/vsftpd 325 AC_ARG_WITH(test-vsftpd,dnl 326 AS_HELP_STRING([--with-test-vsftpd=PATH],[where to find vsftpd for testing]),
|
Completed in 23 milliseconds