博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ESXi ftpd安装
阅读量:5975 次
发布时间:2019-06-19

本文共 901 字,大约阅读时间需要 3 分钟。

Transfer the file to desired location in host, i.e. datastore root or /tmp

Enable and open up SSH shell to host (Putty will do the job) and insert the following command: ‘esxcli software vib install --no-sig-check -d /location where you uploaded the file/ProFTPD-1.3.3-8-offline_bundle.zip‘, i.e. ‘esxcli software vib install --no-sig-check -d /tmp/ProFTPD-1.3.3-8-offline_bundle.zip‘

The result should be:

Installation Result

Message: Operation finished successfully.

Reboot Required: false

VIBs Installed: VFrontDe_bootbank_ProFTPD_1.3.3-8

VIBs Removed:

VIBs Skipped:

~ #

If you encounter an error, it is mostly caused by host not having a hostname. Modify the configuration in host’s console and insert a hostname and DNS server settings. Apply and restart the management agent, and retry the ProFTPD installation.

ftp传输数据时,一次数据量达到一定程度后,ftpd就会down掉,需要服务重启。

转载于:https://blog.51cto.com/353244/2341695

你可能感兴趣的文章
linux用户管理的命令及手动添加用户
查看>>
Windows 7 家庭版如何启用Administrator账户
查看>>
我的友情链接
查看>>
mfs权威指南
查看>>
只是你没那么重要罢了
查看>>
javabean的初步认识学习
查看>>
GTK 安装步骤
查看>>
js 生成随机13位国际条码 支持获取校验位
查看>>
java根据开始时间和结束时间,计算中间天数,并打印
查看>>
Android apk的安装、卸载、更新升级(通过Eclipse实现静默安装)
查看>>
android幻灯片效果实现-Gallery
查看>>
node中exports与module.exports的区别
查看>>
PHP学习笔记2:文件
查看>>
jsrender简单使用
查看>>
window mysql-bin 转化为可读模式
查看>>
redis 安装及php扩展编译安装
查看>>
MPAndroidChart---饼状图PieChart
查看>>
PHP中基于b2core框架内部的网页上Html输出生成Word的处理
查看>>
采用Servlet Listener方式运行Liquibase
查看>>
TCP-IP 学习(三) TCP
查看>>