Searched refs:getLastReplyCode (Results 1 – 3 of 3) sorted by relevance
822 public abstract FtpReplyCode getLastReplyCode(); in getLastReplyCode() method in FtpClient
557 … throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode()); in issueCommandCheck()699 if (getLastReplyCode() == FtpReplyCode.FILE_UNAVAILABLE) { in openPassiveDataConnection()703 … throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode()); in openPassiveDataConnection()2001 public FtpReplyCode getLastReplyCode() { in getLastReplyCode() method in FtpClient
197 public abstract sun.net.ftp.FtpReplyCode getLastReplyCode(); in getLastReplyCode() method in FtpClient