diff lib/ftpcommon.h @ 541:e46278e7ef1d

2004-8-21 Brian Masney <masneyb@gftp.org> * lib/rfc959.c lib/ftpcommon.h - added internal option to quote the filename in the SITE command. This is only enabled for servers that return UNIX in the SYST output. It is disabled if it is a BSD based FTP server * lib/sshv2.c (sshv2_start_login_sequence) - pass the search strings through gettext so that logins will work properly for non-english users * lib/pty.c (gftp_exec) - redirect STDERR of the child process to the opened pty so that stderr is shown properly in the log window
author masneyb
date Sat, 21 Aug 2004 14:40:41 +0000
parents d7ff8d2d43aa
children c197c8fb1e62
line wrap: on
line diff
--- a/lib/ftpcommon.h	Fri Aug 20 16:46:22 2004 +0000
+++ b/lib/ftpcommon.h	Sat Aug 21 14:40:41 2004 +0000
@@ -27,7 +27,8 @@
                       * dataconn_rbuf;
   int data_connection;
   unsigned int is_ascii_transfer : 1,
-               is_fxp_transfer : 1;
+               is_fxp_transfer : 1,
+               quote_filename : 1;
   int (*auth_tls_start) (gftp_request * request);
   ssize_t (*data_conn_read) (gftp_request * request, void *ptr, size_t size,
                              int fd);