Home
last modified time | relevance | path

Searched refs:ERR_FTP_NOREGET (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Derrcode.h38 #define ERR_FTP_NOREGET 1001 /*** server doesm't support reget ***/ macro
H A Derrcode.c118 case ERR_FTP_NOREGET: in report_error()
H A Dlog.c77 case ERR_FTP_NOREGET: in errcodetype()
H A Dftp.c984 docp->errcode = ERR_FTP_NOREGET; in ftp_connect()
994 docp->errcode = ERR_FTP_NOREGET; in ftp_connect()
H A Ddoc.c713 else if(docu->errcode == ERR_FTP_NOREGET) in doc_download_helper()