Home | History | Annotate | Download | only in lib

Lines Matching refs:FTP_QUIT

110 static CURLcode ftp_quit(struct connectdata *conn);
3148 case FTP_QUIT:
4155 * ftp_quit()
4163 static CURLcode ftp_quit(struct connectdata *conn)
4178 state(conn, FTP_QUIT);
4202 ftp_quit() will check the state of ftp->ctl_valid. If it's ok it
4209 (void)ftp_quit(conn); /* ignore errors on the QUIT */