- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isFileSystemPath_ftp_protocol (0.27 seconds)
-
src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java
assertTrue(goAction.isFileSystemPath("smb1://192.168.1.1/share/file.txt")); assertTrue(goAction.isFileSystemPath("smb1://server/")); } @Test public void test_isFileSystemPath_ftp_protocol() { assertTrue(goAction.isFileSystemPath("ftp://ftp.example.com/path/file.txt")); assertTrue(goAction.isFileSystemPath("ftp://user:******@****.***/file.txt"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 8.3K bytes - Click Count (0)