diff lib/rfc959.c @ 832:f2772ac00751

2006-10-19 Brian Masney <masneyb@gftp.org> WARNING: The CVS version of gFTP is currently broken, especially for international users. This will be fixed in a few days. * lib/fsp.c lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c - added use_local_encoding variable to the gftp_request structure. This will determine if the filename should be converted to the local or remote character set.
author masneyb
date Thu, 19 Oct 2006 12:39:44 +0000
parents afbe37351940
children 57aad6d4b304
line wrap: on
line diff
--- a/lib/rfc959.c	Thu Oct 19 12:32:11 2006 +0000
+++ b/lib/rfc959.c	Thu Oct 19 12:39:44 2006 +0000
@@ -1912,6 +1912,7 @@
   request->need_password = 1;
   request->use_cache = 1;
   request->always_connected = 0;
+  request->use_local_encoding = 0;
 
   request->protocol_data = g_malloc0 (sizeof (rfc959_parms));
   parms = request->protocol_data;