Searched refs:FTPFILE_NOCWD (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.h95 FTPFILE_NOCWD = 2, /* use SIZE / RETR / STOR on the full path */ enumerator in enum:__anon57
H A Dftp.c1243 if FTPFILE_NOCWD was specified, we are currently in
1254 if((data->set.ftp_filemethod == FTPFILE_NOCWD) &&
3140 if(dlen && (data->set.ftp_filemethod != FTPFILE_NOCWD)) {
3640 if(conn->data->set.ftp_filemethod == FTPFILE_NOCWD)
4006 case FTPFILE_NOCWD:

Completed in 45 milliseconds