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.
我知道这不是完全编程问题,但我无法在任何地方找到答案。
我试图在我的新虚拟主机上通过 shell 运行“ftp”命令,以 root 用户身份登录,但出现以下错误:
-bash:ftp:找不到命令
知道如何为 shell 安装/启用 ftp 命令吗?
如果使用 debian:
apt-get install ftp
在centos上
yum install ftp
或者尝试 LFTP 更好:
apt-get install lftp yum install lftp