- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for otherhost (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpAuthenticationTest.java
assertTrue(auth.matches("ftp://hostname/test/aaa.html")); // Test with different server auth.setServer("otherhost"); assertFalse(auth.matches("ftp://hostname:21/test/aaa.html")); assertTrue(auth.matches("ftp://otherhost:21/test/aaa.html")); // Test with IP address auth.setServer("192.168.1.1");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 3.8K bytes - Viewed (0)