下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、bat腳本:將本地昨天生成的文件,上傳到服務(wù)器由于工作需要,平生第一次用windows的dos寫(xiě)腳本。 需求:本地有個(gè)軟件,天天生成相應(yīng)的log文件,并保存在以日期時(shí)光為名目的文件夾下。然后需要在后一天,將前一天生成的log文件及文件夾上傳到一個(gè)日志服務(wù)器舉行保存。 實(shí)現(xiàn)工具:bat腳本,nc工具,方案任務(wù) 其中,由于系統(tǒng)默認(rèn)的ftp指令行,不支持passive模式,而port模式下,需要修改或開(kāi)啟log生成端服務(wù)器的防火墻,需要終于改用網(wǎng)絡(luò)上免費(fèi)的小工具ncftp,這個(gè)小工具比系統(tǒng)自帶的強(qiáng)大了n倍,支持指令行,支持pasv模式也可以切換port模式,還支持?jǐn)帱c(diǎn)續(xù)傳,上傳勝利后刪除本地文件等。
2、 實(shí)現(xiàn)步驟: 1)轉(zhuǎn)到腳本所在名目; 2)上傳之前未能勝利上傳的文件; 3)取到今日需要上傳的文件夾名稱; 4)上傳今日需要上傳的文件夾及文件; 5)假如勝利,刪除本地文件,假如不勝利,將文件夾移到備份名目; 6)刪除空名目; 以下是詳細(xì)的腳本內(nèi)容(英文版系統(tǒng)): - echo off dt=%:10,4%date:4,2%date:7,2% set batpath=%dp0 set dname= rem turn to bat's path %d0 %batpath% bak nul 2 nul rem re-upload bak log directory and file to
3、nms server type %batpath%evtlog.txt | ftpfail nul 2 nul if %errorlevel% equ 0 goto reupload if %errorlevel% neq 0 goto reupend :reupload echo -%dt% re-upload bak log- 2 %batpath%evtlog.txt 1 2 %batpath%ftpput -u adminisator -p password -r 5 -z -r -dd 0 /3 %batpath%bak* 2 %batpa
4、th%evtlog.txt 1 2 if %errorlevel% equ 0 goto cleanrelog if %errorlevel% neq 0 goto reupfailed :cleanrelog cd. %batpath%evtlog.txt for /f tokens=* %a in ('dir /b /ad /s %batpath%bak| /r') do rd %a /q 2 nul goto reupend :reupfailed echo %dt%:ftpfailed reupload files the day before yesterday fa
5、iled! 2 %batpath%evtlog.txt 1 2 goto reupend :reupend rem get the yesterday date for /d %i in (20*) do if %i lss %dt% set dname=%i if ist %dname% goto if not exist %dname% goto :eof :ncftp rem transfer yesterday log file and er to nms server echo -%dt% ftp log- 2 %batpath%evtlog.txt 1 2 %batpath%ncf
6、tpput -u administrator -p password -r 5 -z -r -dd 0 /3 %batpath%dname% 2 %batpath%evtlog.txt 1 2 if %errorlevel% equ 11 goto session if %errorlevel% equ 10 goto library if %errorlevel% equ 9 goto error if %errorlevel% equ 8 goto usage if %errorlevel% equ 7 goto url if %errorlev
7、el% equ 6 goto directoryout if %errorlevel% equ 5 goto directory if %errorlevel% equ 4 goto transfertimeout if %errorlevel% equ 3 goto transfer if %errorlevel% equ 2 goto connecttimeout if %errorlevel% equ 1 goto connect if %errorlevel% equ 0 goto ccess :success echo ncftp:0success. 2 %batpath%evtlo
8、g.txt 1 2 goto exit :connect echo ftpfailed:1could not connect to remote host. 2 %batpath%evtlog.txt 1 2 goto movefile :connecttimeout echo ftpfailed:2could not connect to remote host - timed out. 2 %batpath%evtlog.txt 1 2 goto movefile :transfer echo ftpfailed:3transfer failed. 2 %batpath%evtlog.tx
9、t 1 2 goto movefile :transfertimeout echo ftpfailed:4transfer failed - timed out. 2 %batpath%evtlog.txt 1 2 goto movefile :directory echo ftpfailed:5directory change failed. 2 %batpath%evtlog.txt 1 2 goto movefile :directorytimeout echo ftpfailed:6directory change failed - timed out. 2 %batpath%evtl
10、og.txt 1 2 goto movefile :url echo ftpfailed:7malfoed url. 2 %batpath%evtlog.txt 1 2 goto movefile :usage echo ftpfailed:8usage error. 2 %batpath%evtlog.txt 1 2 goto movefile :error echo ftpfailed:9error in login configuration file. 2 %batpath%evtlog.txt 1 2 goto movefile :library echo ftpfailed:10l
11、ibrary initialization failed. 2 %batpath%evtlog.txt 1 2 goto movefile :session echo ftpfailed:11session initialization failed. 2 %batpath%evtlog.txt 1 2 goto movefile :movefile rem move yesterday log directory s and files to the destination directory bak move /y %batpath%dname% %batpath%bak%dname% 2 %batpath%evtlog.txt 1 2 if %errorlevel% neq 0 echo moveerror:a plie file name exists, or the file cannot be found. 2 %batpath%evtlog.
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 建筑工程水電材料購(gòu)銷(xiāo)合同(2025年版)2篇
- 二零二五年文化產(chǎn)業(yè)投資合伙協(xié)議3篇
- 長(zhǎng)春公積金2025年度業(yè)務(wù)流程優(yōu)化合同3篇
- 2025版企業(yè)停薪留職員工心理疏導(dǎo)服務(wù)協(xié)議3篇
- 2025年度項(xiàng)目管理人員專(zhuān)業(yè)技能培訓(xùn)聘用協(xié)議2篇
- 2025年度醫(yī)療健康領(lǐng)域個(gè)人勞務(wù)派遣管理協(xié)議4篇
- 2025年度窗簾行業(yè)供應(yīng)鏈管理服務(wù)合同2篇
- 2025年度個(gè)性化定制住房建設(shè)合同范本4篇
- 2025年度停車(chē)場(chǎng)停車(chē)場(chǎng)智能收費(fèi)系統(tǒng)承包合同4篇
- 2025年度生態(tài)循環(huán)農(nóng)業(yè)項(xiàng)目承包運(yùn)營(yíng)合同4篇
- 2023-2024學(xué)年度人教版一年級(jí)語(yǔ)文上冊(cè)寒假作業(yè)
- 軟件運(yùn)維考核指標(biāo)
- 空氣動(dòng)力學(xué)仿真技術(shù):格子玻爾茲曼方法(LBM)簡(jiǎn)介
- 對(duì)表達(dá)方式進(jìn)行選擇與運(yùn)用
- GB/T 18488-2024電動(dòng)汽車(chē)用驅(qū)動(dòng)電機(jī)系統(tǒng)
- 投資固定分紅協(xié)議
- 高二物理題庫(kù)及答案
- 職業(yè)發(fā)展展示園林
- 七年級(jí)下冊(cè)英語(yǔ)單詞默寫(xiě)表直接打印
- 2024版醫(yī)療安全不良事件培訓(xùn)講稿
- 中學(xué)英語(yǔ)教學(xué)設(shè)計(jì)PPT完整全套教學(xué)課件
評(píng)論
0/150
提交評(píng)論