Home
last modified time | relevance | path

Searched refs:vsftpd (Results 1 – 12 of 12) sorted by relevance

/curl/tests/http/
H A Dtest_30_vsftpd.py44 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 Dconfig.ini.in39 [vsftpd] section
40 vsftpd = @VSFTPD@ argument
H A DCMakeLists.txt31 find_program(VSFTPD "vsftpd") # /usr/sbin/vsftpd
H A DMakefile.am38 testenv/vsftpd.py \
H A Dtest_31_vsftpds.py253 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__.py38 from .vsftpd import VsFTPD
H A Denv.py192 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 Dvsftpd.py45 self._cmd = env.vsftpd
/curl/.github/scripts/
H A Dspellcheck.words924 vsftpd
/curl/.github/workflows/
H A Dhttp3-linux.yml333 apache2 apache2-dev libnghttp2-dev vsftpd
H A Dlinux.yml311 apache2 apache2-dev libnghttp2-dev vsftpd
/curl/
H A Dconfigure.ac324 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