Skip to content

Conversation

adamdecaf
Copy link
Member

Fixes: #22

@adamdecaf adamdecaf force-pushed the feat-upload-can-mkdir branch from 72224b6 to d09ec89 Compare March 12, 2025 16:58
@adamdecaf
Copy link
Member Author

adamdecaf commented Mar 13, 2025

Using admin instead of our own FTP_USER is only slightly better.

See #22 (comment)

/home/vsftpd/ftpuser:
total 0
drwx------ 1 root root 96 Mar 13 14:52 2025

/home/vsftpd/ftpuser/2025:
total 4
-rw------- 1 root root 11 Mar 13 14:52 test.txt
/home/vsftpd/admin:
total 0
drwxr-xr-x 1 root root 96 Mar 13 15:19 2025

/home/vsftpd/admin/2025:
total 4
-rw-r--r-- 1 root root 11 Mar 13 15:19 test.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mkdir function
3 participants