Linux連接windows的ftp unzip出現(xiàn)問題的解決方法
在linux進(jìn)行連接windows下的ftp服務(wù)器
ftp://192.168.2.71
輸入用戶名和密碼登陸成功
當(dāng)使用get把文件下載后,然后unzip進(jìn)行解壓時(shí),出現(xiàn)了問題
error [10201_database_linux32.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
用file 檢查文件
[oracle@localhost oracle]$ file 10201_database_linux32.zip
10201_database_linux32.zip: Zip archive data, at least v1.0 to extract
解決方法
linux上連接ftp服務(wù)器
然后進(jìn)行二進(jìn)制命令
ftp> bin
200 Type set to I.
最后再進(jìn)行解壓,就可以成功了!
這個問題事實(shí)上困擾了我很久,可能是自己的linux底子比較薄弱,呵呵!
版權(quán)聲明:本站文章來源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學(xué)習(xí)參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。