Searched refs:lastReplyCode (Results 1 – 1 of 1) sorted by relevance
76 private FtpReplyCode lastReplyCode = null; field in FtpClient497 lastReplyCode = FtpReplyCode.find(readServerResponse()); in readReply()499 if (lastReplyCode.isPositivePreliminary()) { in readReply()503 if (lastReplyCode.isPositiveCompletion() || lastReplyCode.isPositiveIntermediate()) { in readReply()504 if (lastReplyCode == FtpReplyCode.CLOSING_DATA_CONNECTION) { in readReply()993 lastReplyCode = null; in disconnect()1028 getResponseString(), lastReplyCode); in connect()1040 if (lastReplyCode == FtpReplyCode.NEED_PASSWORD) { in tryLogin()1106 if (lastReplyCode == FtpReplyCode.NEED_ACCOUNT) { in login()1629 throw new sun.net.ftp.FtpProtocolException(getLastResponseString(), lastReplyCode); in completePending() local[all …]