delfer / docker-alpine-ftp-server

Small and flexible docker image with vsftpd server
189 stars 130 forks source link

default configuration does not list dot files (so called "hidden" files) via NLST #47

Open derMart opened 1 year ago

derMart commented 1 year ago

I noticed, that when using the default configuration, the NLST command does not return filenames starting with a dot character. It is as such not possible to delete directories which have dot files inside. IMHO NLST should in a default configuration return all filenames.

delfer commented 1 year ago

It can be done by adding

force_dot_files=YES

in vsftpd.conf I can do this in the next update

derMart commented 1 year ago

Ah. thanks alot! :-) IMHO it would be very nice if you could add this to the default configuration.