OK, part 2 of question. I get errors opening the file, something about headers. I have script that creates tables, runs the tar command, then opens another script. The second script runs the ftp commands, I am setting the ftp to asc - ASCII, could this cause the trouble?
When you FTP from Windows always set FTP to binary mode. The other possibility is the tar command. I've never used the -o option of tar. Looking at the man page it says that is writes "a V7 format archive, rather than ANSI format". So you could also try using 'tar cvf'.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.