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
Per Bug#4223, the mod_xfer module was not correctly honoring the Umask directive for files uploaded using the STOU command. This has been fixed.
However, the user who reported this issue still saw the problem because their proftpd was using the mod_vroot module. Specifically, the resolving of the path for the ultimate chmod(2) system call was failing, as the resolved path included a leading "/" -- and this lead to the ENOENT error.