diff lib/gftp.h @ 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/gftp.h	Thu Oct 19 12:32:11 2006 +0000
+++ b/lib/gftp.h	Thu Oct 19 12:39:44 2006 +0000
@@ -402,7 +402,8 @@
                cached : 1,              /* Is this directory listing cached? */
                cancel : 1,		/* If a signal is received, should
 					   we cancel this operation */
-               stopable : 1;
+               stopable : 1,
+               use_local_encoding : 1;
 
   off_t gotbytes;