Searched refs:old_type (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c844 char old_type[2] = { 'A', '\0' }; /* After logon, mode is ASCII */ local
849 old_type[0] = xfer_type;
851 rc = proxy_ftp_command(apr_pstrcat(r->pool, "TYPE ", old_type, CRLF, NULL),

Completed in 724 milliseconds