別のサーバーで FileZilla と vsftpd を使用していますが、vsftpd.conf を変更して次の行のコメントを外す必要があることを理解しています。
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
そのため、vsftpd を再起動しましたが、ファイルをサーバーに移動できません。入れているディレクトリを chmod する必要がありますか? そのディレクトリは /var/www/html で、現在の権限は次のとおりです。
drwxr-xr-x 2 root root 4096 Jan 9 20:13 html
他にどこを見るべきかわかりません。それは単純なものでなければなりません。