Searched refs:pasvPat (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 561 private static Pattern pasvPat = null; field in FtpClient 634 if (pasvPat == null) { in openPassiveDataConnection() 635 …pasvPat = Pattern.compile("227 .* \\(?(\\d{1,3},\\d{1,3},\\d{1,3},\\d{1,3}),(\\d{1,3}),(\\d{1,3})\… in openPassiveDataConnection() 637 Matcher m = pasvPat.matcher(serverAnswer); in openPassiveDataConnection()
|