Searched refs:FTP_LOGGEDIN (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
H A DFtpURLConnection.java64 private static final int FTP_LOGGEDIN = 230; field in class:FtpURLConnection
386 if (reply == FTP_PASWD || reply == FTP_LOGGEDIN) {
393 if (!(reply == FTP_OK || reply == FTP_USERREADY || reply == FTP_LOGGEDIN)) {

Completed in 49 milliseconds