urlget: broken ftpget call, reported by Charles Littlefield
This commit is contained in:
parent
47e6506d7b
commit
d84472dfc8
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ int opt_p = 0;
|
|||
argc++;
|
||||
} else
|
||||
*pass = '\0';
|
||||
s = ftpget(host, port, user, path, path, 'i');
|
||||
s = ftpget(host, port, user, pass, path, 'i');
|
||||
return(s);
|
||||
}
|
||||
if(strcmp(prog, "httpget") == 0) {
|
||||
|
|
Loading…
Reference in a new issue