您现在的位置是:网站首页> 编程资料编程资料
Linux连接windows的ftp unzip出现问题的解决方法_LINUX_操作系统_
2023-03-16
879人已围观
简介 Linux连接windows的ftp unzip出现问题的解决方法_LINUX_操作系统_
在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底子比较薄弱,呵呵!
相关内容
- Linux去除fstab文件只读属性的方法_LINUX_操作系统_
- 用sudo命令无法读取环境变量的解决方法_LINUX_操作系统_
- linux怎么在history命令中前面显示日期?_LINUX_操作系统_
- ps命令显示uid而不是用户名如何解决?_LINUX_操作系统_
- Linux安装ElasticSearch启动报错的解决方法_LINUX_操作系统_
- linux系统怎么快速切换文本模式和X环境?_LINUX_操作系统_
- Linux中tomcat服务成功发布但局域网浏览器无法访问的解决方法_LINUX_操作系统_
- Linux删除制定时间的文件的方法_LINUX_操作系统_
- linux下卸载vmware产品的方法_LINUX_操作系统_
- linux中怎么安装bleachbit清理系统拉圾?_LINUX_操作系统_
