FreeBSD Bugzilla – Attachment 7071 Details for
Bug 15581
ftp(1) file completion does not work if server is wu-ftpd 2.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1019 bytes, created by
Joel Faedi
on 1999-12-20 10:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joel Faedi
Created:
1999-12-20 10:10:03 UTC
Size:
1019 bytes
patch
obsolete
>*** util.c.old Mon Dec 20 11:04:15 1999 >--- util.c Mon Dec 20 10:36:41 1999 >*************** >*** 378,385 **** > hash = 0; > if (doswitch) > pswitch(!proxy); >! for (mode = "w"; *++argv != NULL; mode = "a") >! recvrequest("NLST", temp, *argv, mode, 0, 0); > if ((code / 100) != COMPLETE) { > if (errbuf != NULL) > *errbuf = reply_string; >--- 378,394 ---- > hash = 0; > if (doswitch) > pswitch(!proxy); >! for (mode = "w"; *++argv != NULL; mode = "a") { >! char *nlst_argv; >! >! if ((nlst_argv = malloc(strlen(*argv) + 4)) == NULL) { >! warn("unable to allocate memory for remote globing"); >! return (NULL); >! } >! (void)sprintf(nlst_argv, "-a %s", *argv); >! recvrequest("NLST", temp, nlst_argv, mode, 0, 0); >! free(nlst_argv); >! } > if ((code / 100) != COMPLETE) { > if (errbuf != NULL) > *errbuf = reply_string;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15581
: 7071