Home
last modified time | relevance | path

Searched refs:ftmAuthSsl (Results 1 – 4 of 4) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dstuff.h1143 { ftmAutodetect = 0, ftmAuthTls = 1, ftmAuthTlsDataclear = 2, ftmAuthSsl = 3, enumerator
H A Dinit.c1256 if (is_word("authssl")) ftm = ftmAuthSsl; in handle_word()
H A Dresource.c5980 case ftmAuthSsl: prepare_auth_ssl: next = rchFtpTlsAuthSsl; break;
7390 case ftmAuthSsl: handshake = rchFtpTlsAuthSsl; break;
H A Dmain.c5950 case 's': ftm = ftmAuthSsl; break; in ccc_execute()