给大家带来shell上传zip包到指定ftp角本
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!#/bin/bash#creator:lihuibin
#date:2014-03-1016:45
#desc:uploadfiletoftp
hosts="192.168.56.100"
port=21
user=test
pass=testpwd
work_path="/var/www/cms"
packname="publish"
#hosts=$1
#port=$2
#user=$3
#pass=$4
#packname=$6
#work_path=$5
cd$work_path
/usr/bin/zip-r$packname*
[-f"$work_path/$packname"]&&{
ftp-n<<!
open$hosts$port
typebinary
user$user$pass
<divclass="linenumber24index23alt1"style="box-sizing:content-box!important;border-bottom:0px;position:static!important;text-align:left;border-left:0px;padding-bottom:0px!important;text-transform:none;text-indent:0px;margin:0px;outline-style:none!important;outline-color:invert!important;min-height:inherit!important;padding-left:1em!important;outline-width:0px!important;width:auto!important;bottom:auto!important;padding-right:1em!important;font:12px/13.19pxConsolas,BitstreamVeraSansMono,CourierNew,Courier,monospace;white-space:nowrap;background:white;float:none!important;letter-spacing:normal;color:rgb(80,80,80);vertical-align:baseline!important;overflow:visible!important;border-top:0px;top:auto!important;right:auto!important;border-right:0px;word-spacing:0px;padding-top:0px!important;left:auto!important;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-text-stroke-width:0px;border-top-right-radius:0px">cd
给大家带来shell上传zip包到指定ftp角本
楼主,有不满可以合法发泄,有病也要早治啊…… 当然你不需搭建所有服务,可以慢慢来。自己多动手,不要非等着别人帮你解决问题。 这也正是有别的OS得以存在的原因,每个系统都有其自身的优点。? 当然你不需搭建所有服务,可以慢慢来。自己多动手,不要非等着别人帮你解决问题。 随着IT从业人员越来越多,理论上会有更多的人使用Linux,可以肯定,Linux在以后这多时间不会消失。 用户下达的命令解释给系统去执行,并将系统传回的信息再次解释给用户,估shell也称为命令解释器,有关命令的学习可参考论坛相关文章,精通英文也是学习Linux的关键。 尽量不要提问纯属是扯蛋.学习Linux特别是自己一个人初学入手的时候没人教很困难.当然如果可以的话平时多去买些Linux书...对学习Linux很有帮助. 如果你想深入学习Linux,看不懂因为文档实在是太难了。写的最好的、最全面的文档都是英语写的,最先发布的技术信息也都是用英语写的。 下面笔者在论坛看到的一个好问题: “安装红旗4.0后,系统紫光输入法自带的双拼方案和我的习惯不一样,如何自定义双拼方案解决?谢谢?”这个问题很简练。
页:
[1]