For some reason, when I ftp in using ProFTP, files I create are owned by www-data:www-data
. I'd like them to be owned by myusername:www-data
. The strange thing is, there's nothing in the files in /etc/proftpd
that mentions www-data
.
User's info:
$ id user1
uid=1002(user1) gid=33(www-data) groups=33(www-data)
$ grep 1002 /etc/passwd
user1:x:1002:33:User,,,:/home/user1:/bin/bash
Try making sure you're using the right port number next time! ;)