Home
last modified time | relevance | path

Searched refs:kErrBadRemoteUserOrPassword (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/ncftp3/ncftp-3.2.6/libncftp/
H A Dncftp_errno.h72 #define kErrBadRemoteUserOrPassword (-155) macro
H A Dopen.c295 result = (sentpass != 0) ? kErrBadRemoteUserOrPassword : kErrBadRemoteUser; in FTPLoginHost()
954 if (result == kErrBadRemoteUserOrPassword /* || (result == kErrBadRemoteUser) */) { in FTPOpenHost()