This patch should fix that.
/mtr
*** uip/_ftpsbr.c Tue Oct 20 09:31:09 1992
--- uip/ftpsbr.c Fri Oct 23 08:20:36 1992
***************
*** 548,553 ****
--- 548,556 ----
if (dig < 4) {
if (isdigit(c))
code = code * 10 + (c - '0');
+ else /* XXX: naughty FTP... */
+ if (isspace (c))
+ continuation++;
}
else
if (dig == 4 && c == '-')
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: mhn -store chokes on the following anonymous ftp ..., Marshall Rose |
|---|---|
| Next by Date: | mhn -store chokes on the following anonymous ftp ..., Matt Crawford |
| Previous by Thread: | Re: mhn -store chokes on the following anonymous ftp ..., Marshall Rose |
| Next by Thread: | mhn -store chokes on the following anonymous ftp ..., Matt Crawford |
| Indexes: | [Date] [Thread] [Top] [All Lists] |