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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dprelogin.c81 vsf_cmdio_write(p_sess, FTP_GREET, "");
85 vsf_cmdio_write(p_sess, FTP_GREET, "(vsFTPd " VSF_VERSION
90 vsf_cmdio_write(p_sess, FTP_GREET, tunable_ftpd_banner);
111 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
132 vsf_cmdio_write(p_sess, FTP_LOGINERR,
157 vsf_cmdio_write(
164 vsf_cmdio_write(
170 vsf_cmdio_write(
178 vsf_cmdio_write(
186 vsf_cmdio_write(
[all...]
H A Dpostlogin.c111 vsf_cmdio_write(p_sess, FTP_LOGINOK, "Login successful.");
311 vsf_cmdio_write(p_sess, FTP_NOPERM, "Permission denied.");
315 vsf_cmdio_write(p_sess, FTP_GOODBYE, "Goodbye.");
329 vsf_cmdio_write(p_sess, FTP_CWDOK, "enable iconv().");
334 vsf_cmdio_write(p_sess, FTP_CWDOK, "disable iconv().");
338 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() enabled.");
342 vsf_cmdio_write(p_sess, FTP_CWDOK, "iconv() disabled.");
375 vsf_cmdio_write(p_sess, FTP_NOOPOK, "NOOP ok.");
379 vsf_cmdio_write(p_sess, FTP_SYSTOK, "UNIX Type: L8");
462 vsf_cmdio_write(p_ses
[all...]
H A Dfeatures.c37 vsf_cmdio_write(p_sess, FTP_FEAT, "End");
H A Dftpcmdio.h14 /* vsf_cmdio_write()
22 void vsf_cmdio_write(struct vsf_session* p_sess, int status,
50 * The same as vsf_cmdio_write(), and then the calling process is exited. The
58 * The same as vsf_cmdio_write(), apart from the text is specified as a
H A Dssl.c124 vsf_cmdio_write(p_sess, FTP_AUTHOK, "Proceed with negotiation.");
142 vsf_cmdio_write(p_sess, FTP_BADAUTH, "Unknown AUTH type.");
151 vsf_cmdio_write(p_sess, FTP_BADPBSZ, "PBSZ needs a secure connection.");
155 vsf_cmdio_write(p_sess, FTP_PBSZOK, "PBSZ set to 0.");
165 vsf_cmdio_write(p_sess, FTP_BADPROT, "PROT needs a secure connection.");
170 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Clear.");
175 vsf_cmdio_write(p_sess, FTP_PROTOK, "PROT now Private.");
180 vsf_cmdio_write(p_sess, FTP_NOHANDLEPROT, "PROT not supported.");
184 vsf_cmdio_write(p_sess, FTP_NOSUCHPROT, "PROT not recognized.");
H A Dftpdataio.c91 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
104 vsf_cmdio_write(p_sess, FTP_BADSENDCONN, "Security: Bad IP connecting.");
147 vsf_cmdio_write(p_sess, FTP_BADSENDCONN,
163 vsf_cmdio_write(
H A Dftpcmdio.c51 vsf_cmdio_write(struct vsf_session* p_sess, int status, const char* p_text) function

Completed in 90 milliseconds