diff lib/ftpcommon.h @ 647:c197c8fb1e62

2004-12-20 Brian Masney <masneyb@gftp.org> * lib/rfc959.c lib/ftpcommon.h - removed the quote filename functionality in the SITE CHMOD and SITE UTIME commands
author masneyb
date Tue, 21 Dec 2004 01:30:20 +0000
parents e46278e7ef1d
children 435b11d2d628
line wrap: on
line diff
--- a/lib/ftpcommon.h	Tue Dec 21 01:25:40 2004 +0000
+++ b/lib/ftpcommon.h	Tue Dec 21 01:30:20 2004 +0000
@@ -27,8 +27,7 @@
                       * dataconn_rbuf;
   int data_connection;
   unsigned int is_ascii_transfer : 1,
-               is_fxp_transfer : 1,
-               quote_filename : 1;
+               is_fxp_transfer : 1;
   int (*auth_tls_start) (gftp_request * request);
   ssize_t (*data_conn_read) (gftp_request * request, void *ptr, size_t size,
                              int fd);