评论

收藏

[Linux] Linux连接windows的ftp unzip出现问题的解决方法

服务系统 服务系统 发布于:2022-04-02 14:25 | 阅读数:301 | 评论:0

这篇文章的内容主要讲述的是Linux连接windows的ftp,unzip出现问题的解决方法,希望对大家会有帮助,下面就随小编一起去看看具体的操作吧
在linux进行连接windows下的ftp服务器
ftp://192.168.2.71
输入用户名和密码登陆成功
DSC0000.jpg

当使用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.
最后再进行解压,就可以成功了!
DSC0001.jpg

这个问题事实上困扰了我很久,可能是自己的linux底子比较薄弱,呵呵!

关注下面的标签,发现更多相似文章