Home | History | Annotate | Download | only in ftp

Lines Matching refs:features

178 		features[FEAT_MDTM] = 1;
180 features[FEAT_MLST] = 1;
182 features[FEAT_REST_STREAM] = 1;
184 features[FEAT_SIZE] = 1;
186 features[FEAT_TVFS] = 1;
190 * Determine the remote system type (SYST) and features (FEAT).
248 /* determine features (if any) */
250 features[i] = -1;
254 if (features[i] == -1)
255 features[i] = 0;
257 features[FEAT_FEAT] = 1;
259 features[FEAT_FEAT] = 0;
262 #define DEBUG_FEAT(x) fprintf(ttyout, "features[" #x "] = %d\n", features[(x)])
660 if (! features[FEAT_SIZE]) {
678 if (r == ERROR && code == 500 && features[FEAT_SIZE] == -1)
679 features[FEAT_SIZE] = 0;
704 if (! features[FEAT_MDTM]) {
766 if (r == ERROR && code == 500 && features[FEAT_MDTM] == -1)
767 features[FEAT_MDTM] = 0;