Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Cent OS 上连接 ftp 服务器。Ftp 服务器是 proftpd。
我为 ftp 添加了新用户 mike。
当我尝试通过 CuteFTP 连接 ftp 服务器时,即使用户名和密码正确,它也会给我错误“登录不正确”。
我试图在谷歌上找到解决方案,我得到了一些关于这个的文章。它说,我必须通过编辑将 ftp 用户添加到 xftp 组/etc/group。
/etc/group
但是没有详细说明如何编辑它。
我是linux的新手。
任何建议将不胜感激。
从手册页,
usermod -a -G xftp 麦克
应该做的伎俩。您必须是 root 或设置了 sudo。