Searched refs:lastReplyCode (Results 1 – 2 of 2) sorted by relevance
50 protected int lastReplyCode; field in TransferProtocolClient113 return lastReplyCode = code; in readServerResponse()
77 private FtpReplyCode lastReplyCode = null; field in FtpClient498 lastReplyCode = FtpReplyCode.find(readServerResponse()); in readReply()500 if (lastReplyCode.isPositivePreliminary()) { in readReply()504 if (lastReplyCode.isPositiveCompletion() || lastReplyCode.isPositiveIntermediate()) { in readReply()505 if (lastReplyCode == FtpReplyCode.CLOSING_DATA_CONNECTION) { in readReply()981 lastReplyCode = null; in disconnect()1016 getResponseString(), lastReplyCode); in connect()1028 if (lastReplyCode == FtpReplyCode.NEED_PASSWORD) { in tryLogin()1094 if (lastReplyCode == FtpReplyCode.NEED_ACCOUNT) { in login()1614 throw new sun.net.ftp.FtpProtocolException(getLastResponseString(), lastReplyCode); in completePending() local[all …]