文章出處
文章列表
在linux進行連接windows下的ftp服務器
ftp://192.168.2.71
輸入用戶名和密碼登陸成功

當使用get把文件下載后,然后unzip進行解壓時,出現了問題
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服務器
然后進行二進制命令
ftp> bin
200 Type set to I.
最后再進行解壓,就可以成功了!

這個問題事實上困擾了我很久,可能是自己的linux底子比較薄弱,呵呵!
文章列表
全站熱搜