![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pipe broken | abir2 | UNIX and Linux Applications | 1 | 12-26-2007 11:40 PM |
| pipe broken | abir2 | Linux | 2 | 12-26-2007 08:48 PM |
| Broken Pipe | ramkrix | UNIX for Dummies Questions & Answers | 3 | 12-09-2007 12:27 PM |
| Broken Pipe | ramkrix | UNIX for Advanced & Expert Users | 1 | 12-08-2007 05:29 AM |
| broken pipe? | gusla | UNIX for Dummies Questions & Answers | 3 | 05-12-2002 02:05 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
broken pipe
sometimes I ftp files from an Unix environment from the command prompt of my win2000 pc and I get a "broken pipe" message. sometimes I'll get nothing but sometimes I'll get part of the file.
Whats this "broken pipe" about?? |
| Forum Sponsor | ||
|
|
|
|||
|
In one scenario of TCP world, a 'broken pipe' error occurs when the other end of the connection(must be win2000pc in ur case) closes, and this end (unix) ignores the closure.
An ftp session establishes 2 distinct TCP connections between the source and destination: one for control information transfer which will be alive till you close the ftp session and the other is for the data transfer, which is established and closed for every get/put ftp command. I assume that the control connection might have been closed from one end, which was ignored from the source end. And, still the source host would have continued sending some control information to the other end...and hence the broken pipe. |
|||
| Google UNIX.COM |