You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your work @stilliard 👍 , now managing multiple users for my VPS server is easier than ever.
As you put in your Readme, to know more functionalities about Pure-FTP is better to go to https://download.pureftpd.org/pure-ftpd/doc/README.Virtual-Users, and there, I learned that to list all the users created, you can use the following command: pure-pw list -f /etc/pure-ftpd/passwd/pureftpd.passwd -m
But unfortunately I can't do it, not even outside the Docker and inside it. When I do it, I just don't get anything.
docker-compose exec -T ftp pure-pw list -f /etc/pure-ftpd/passwd/pureftpd.passwd -m
pure-pw list -f /etc/pure-ftpd/passwd/pureftpd.passwd -m
If I do cat /etc/pure-ftpd/passwd/pureftpd.passwd, I can see them.
Miraculously, when I enter an apparently ERRONEOUS command like:
docker-compose exec -T ftp pure-pw list TEST -f /etc/pure-ftpd/passwd/pureftpd.passwd
pure-pw list TEST -f /etc/pure-ftpd/passwd/pureftpd.passwd
Then I do get the list!
Could that mean I've done something wrong?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Thank you very much for your work @stilliard 👍 , now managing multiple users for my VPS server is easier than ever.
As you put in your Readme, to know more functionalities about Pure-FTP is better to go to https://download.pureftpd.org/pure-ftpd/doc/README.Virtual-Users, and there, I learned that to list all the users created, you can use the following command:
pure-pw list -f /etc/pure-ftpd/passwd/pureftpd.passwd -m
But unfortunately I can't do it, not even outside the Docker and inside it. When I do it, I just don't get anything.
If I do
cat /etc/pure-ftpd/passwd/pureftpd.passwd
, I can see them.Miraculously, when I enter an apparently ERRONEOUS command like:
Then I do get the list!
Could that mean I've done something wrong?
Thank you in advance!
The text was updated successfully, but these errors were encountered: