diff 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
line wrap: on
line diff
--- a/lib/sshv2.c	Wed Apr 08 11:07:35 2009 +0000
+++ b/lib/sshv2.c	Fri Aug 14 07:54:55 2009 +0900
@@ -35,6 +35,14 @@
    gftp_option_type_text, NULL, NULL, 0,  
    N_("Extra parameters to pass to the SSH program"), GFTP_PORT_ALL, NULL},
 
+  /* charset */
+#if 0
+  {"remote_charset", N_("Remote Character Set:"),
+   gftp_option_type_text, "", NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK_ONLY,
+   N_("This is the site specific charset"),
+   GFTP_PORT_ALL, NULL},
+#endif
+
   {"ssh_need_userpass", N_("Need SSH User/Pass"), 
    gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 
    GFTP_CVARS_FLAGS_SHOW_BOOKMARK,