diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-11-07 00:36:05 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-11-07 00:36:05 +0000 |
commit | 528836a2bbdc384037243bebcfcb571cfac9ef6c (patch) | |
tree | 4752a5a9c31b3ed4bfc84acbed85df8da0914a17 /gnu/usr.bin/lynx/userdefs.h | |
parent | 5ec6d069ae4c93fe7ad9d87cc58fe337c0198b3b (diff) |
Passive ftp support from newer lynx sources. To enable it, see
FTP_PASSIVE in lynx.cfg.
Diffstat (limited to 'gnu/usr.bin/lynx/userdefs.h')
-rw-r--r-- | gnu/usr.bin/lynx/userdefs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/userdefs.h b/gnu/usr.bin/lynx/userdefs.h index 3433b4ca67b..b6bda1c9cdd 100644 --- a/gnu/usr.bin/lynx/userdefs.h +++ b/gnu/usr.bin/lynx/userdefs.h @@ -495,6 +495,12 @@ #define GOTOBUFFER FALSE /***************************** + * If FTP_PASSIVE is set to TRUE here or in lynx.cfg, ftp transfers will + * be done in passive mode. + */ +#define FTP_PASSIVE FALSE + +/***************************** * JUMPFILE is the default local file checked for shortcut URLs when * the user presses the 'J' (JUMP) key. The user will be prompted for * a shortcut entry (analogously to 'g'oto), and can enter one |