Mercurial > gftp.yaz
diff lib/rfc959.c @ 650:f16c4e75070e
2004-12-31 Brian Masney <masneyb@gftp.org>
* lib/rfc959.c (rfc959_init) - enable the need_username option for this
protocol. This fixes a problem with the text port not prompting for the
username from the command line
| author | masneyb |
|---|---|
| date | Fri, 31 Dec 2004 14:21:04 +0000 |
| parents | c197c8fb1e62 |
| children | 8990a8a26ccf |
line wrap: on
line diff
--- a/lib/rfc959.c Fri Dec 31 13:25:40 2004 +0000 +++ b/lib/rfc959.c Fri Dec 31 14:21:04 2004 +0000 @@ -1918,7 +1918,7 @@ request->set_config_options = rfc959_set_config_options; request->url_prefix = "ftp"; request->need_hostport = 1; - request->need_username = 0; + request->need_username = 1; request->need_password = 1; request->use_cache = 1; request->always_connected = 0;
