2018-11-13

每日一坑:FTP上传压缩文件后

1.解压文件时

gzip: stdin: invalid compressed data--format violated

tar: 归档文件中异常的 EOF

tar: 归档文件中异常的 EOF

tar: Error is not recoverable: exiting now

2.本地解压上传到ftp后,进行命令./start.sh提示权限不够

解决:

ftp传输格式问题,改为二进制。

你可能感兴趣的:(2018-11-13)