TJ Saunders
TJ Saunders
Hmm. In some ways, this request reminds me of Issue #1822 as well -- the desire to do filtering of log messages. Ideally such site-specific log processing is done by...
@offsides I finally had some time to work on some of my ideas for this. With https://github.com/proftpd/proftpd/pull/1919 you should be able to configure the following, and have it Just Work(tm)...
Would it be possible to get the full ProFTPD config (minus sensitive passwords), including all of the `Include` files/directories? This will help me re-create this issue locally. Thanks!
OK, I think I see what's happening here. ProFTPD configuration directives, in general, can be "overridden" on a per-vhost basis. This means that you could set a `CreateHome` directive in...
If there's nothing more to add to this issue, I'd like to close it. Thanks!
What does `grep -i iconv config.h` show? Can you provide/attach your `config.log` file?
I'm closing this ticket due to inactivity.
I'm not sure I understand the issue here. The ProFTPD Project does not provide packages, only source distributions. Thus perhaps this might be something with the Debian package provided? @hpreusse...
Should this behavior be configurable? Consider that, at present, mod_ifsession would merge a config directive via prepending to the set. And that means that that directive would be found _first_,...
The "transfer bytes" value displayed by `ftpwho` comes from the ScoreboardFile; the value is _intended_ to be similar to LogFormat's `%b` variable, _i.e._ "the number of bytes transferred for this...