2 * Part of Very Secure FTPd
7 * Routines to handle OPTS.
16 handle_opts(struct vsf_session
* p_sess
)
18 str_upper(&p_sess
->ftp_arg_str
);
19 if (tunable_utf8
&& str_equal_text(&p_sess
->ftp_arg_str
, "UTF8 ON"))
21 vsf_cmdio_write(p_sess
, FTP_OPTSOK
, "Always in UTF8 mode.");
25 vsf_cmdio_write(p_sess
, FTP_BADOPTS
, "Option not understood.");