FTP 文件访问问题

FTP 文件访问问题

我在从 FTP 服务器中删除文件时遇到问题。我可以访问该服务器。rm 和 ls 的输出如下所示

$ touch file.txt
touch: setting times of 'file.txt': Operation not supported
$ ls -la
total 0
drwxrwxrwx 1 adrian adrian 0 Jun 21  2020 .
drwxrwxrwx 1 adrian adrian 0 Jun 21  2020 ..
-rwxrwxrwx 1 adrian adrian 0 Jun 21  2020 file.txt
-rwxrwxrwx 1 adrian adrian 0 Jun 21  2020 wowo
-rwxrwxrwx 1 adrian adrian 0 Jun 21  2020 wowo.txt
$ sudo rm -f file.txt
rm: cannot remove 'file.txt': Permission denied

是服务器配置问题还是我没有正确连接。它是通过 nautilus 匿名访问连接的。

相关内容