comparison lib/sshv2.c @ 988:63555c9744c2

remote charset should be specified by each bookmark entry.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 14 Aug 2009 07:54:55 +0900
parents 85cf59eafce2
children a4641b8c68bb
comparison
equal deleted inserted replaced
987:2f6924c67846 988:63555c9744c2
32 gftp_option_type_text, "ssh", NULL, 0, 32 gftp_option_type_text, "ssh", NULL, 0,
33 N_("The path to the SSH executable"), GFTP_PORT_ALL, NULL}, 33 N_("The path to the SSH executable"), GFTP_PORT_ALL, NULL},
34 {"ssh_extra_params", N_("SSH Extra Params:"), 34 {"ssh_extra_params", N_("SSH Extra Params:"),
35 gftp_option_type_text, NULL, NULL, 0, 35 gftp_option_type_text, NULL, NULL, 0,
36 N_("Extra parameters to pass to the SSH program"), GFTP_PORT_ALL, NULL}, 36 N_("Extra parameters to pass to the SSH program"), GFTP_PORT_ALL, NULL},
37
38 /* charset */
39 #if 0
40 {"remote_charset", N_("Remote Character Set:"),
41 gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK_ONLY,
42 N_("This is the site specific charset"),
43 GFTP_PORT_ALL, NULL},
44 #endif
37 45
38 {"ssh_need_userpass", N_("Need SSH User/Pass"), 46 {"ssh_need_userpass", N_("Need SSH User/Pass"),
39 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 47 gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL,
40 GFTP_CVARS_FLAGS_SHOW_BOOKMARK, 48 GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
41 N_("Require a username/password for SSH connections"), GFTP_PORT_ALL, NULL}, 49 N_("Require a username/password for SSH connections"), GFTP_PORT_ALL, NULL},