![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| *** glibc detected *** double free or corruption: 0x40236ff4 *** | norsk hedensk | High Level Programming | 19 | 11-14-2008 01:43 PM |
| NTFS corruption under w2k but not under suse 9.2 | mickepe | Windows & DOS: Issues & Discussions | 4 | 08-05-2005 09:19 PM |
| text files, ASCII files, binary files and ftp transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 04-08-2004 05:25 PM |
| data corruption with ftp transfer | malcom | UNIX for Advanced & Expert Users | 12 | 08-04-2003 08:38 AM |
| file corruption | shibz | UNIX for Advanced & Expert Users | 5 | 09-06-2002 12:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ftp zip files corruption
Hi
I have a zip file that I am ftping to another server. After I have ztped the file it is corrupt and cannot be opened by winzip. Can anyone throw any light on to why this would happen. I have no problems with sending the individual files, but when zipped into one file it becomes corrupt. Cheers Gary |
|
||||
|
How do I set it to binary?
I am doing the below at the moment. echo "open $FTP_MACHINE" > $tmpcmd echo "user $FTP_USER $FTP_PWD" >> $tmpcmd echo "put *.zip" >> $tmpcmd echo "bye" >> $tmpcmd ftp -n -v < $tmpcmd > ${tmpcmd}.out Cheers Gary |
|
||||
|
put in "bi"
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|