Enables the pure-ftpwho tool ...#3
Conversation
So I could add the pure-ftpwho command ...
https://ftptest.net e.g. complains missing FEAT command.
|
Hi, thanks for the PR!
|
Nop, it's just good behavior ...
I set the pathnames to the default ones, this way I don't need to supply the pathnames to e.g. |
|
Um, you shouldn't need to supply paths to This was the reason for defining them and making sure they are loaded whatever way a shell session might be started. As for |
Hmm, I see but they are not set if I use ~ ❯❯❯ docker run -d -p 21:21 -p 50000-50020:50000-50020 --name ftpd -e PURE_USERS=isolated+noanon -e PURE_VIRT_USER_HOME_PATTERN=/srv/ftp/@USER@/./@USER@ gimoh/pureftpd -p 50000:50020 -P 127.0.0.1 -j -c 50 -C 5
d48865511eb2bd6ec5eb5f94eca62b2948fcca87fea12f6b6cee60e3e7545368
~ ❯❯❯ docker exec -it ftpd sh
/ # env
no_proxy=*.local, 169.254/16
HOSTNAME=d48865511eb2
SHLVL=1
HOME=/root
PUREFTPD_VERSION=1.0.42-r0
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PURE_CONFDIR=/etc/pureftpd
PURE_USERS=isolated+noanon
PURE_VIRT_USER_HOME_PATTERN=/srv/ftp/@USER@/./@USER@
SYSLOG_STDOUT_VERSION=1.1.1
PWD=/ |
|
FYI, I opened a request for another pure-ftpd package including pure-ftpwho. |
In order to get the
pure-ftpwhocommand working I needed to recompile pure-ftpd with the--with-ftpwhooption ...