- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FtpClient (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
public FtpClient ftpClient; @Override protected void setUp() throws Exception { super.setUp(); StandardCrawlerContainer container = new StandardCrawlerContainer().singleton("mimeTypeHelper", MimeTypeHelperImpl.class)// .singleton("ftpClient", FtpClient.class); ftpClient = container.getComponent("ftpClient"); }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 18K bytes - Viewed (0) -
README.md
- **CrawlerThread**: Individual crawler thread implementation #### Client Architecture - **HcHttpClient**: HTTP/HTTPS client using Apache HttpComponents - **FileSystemClient**: File system access - **FtpClient**: FTP protocol support - **SmbClient**: SMB/CIFS network shares - **StorageClient**: Cloud storage integration #### Content Processing Pipeline - **Extractors**: Content extraction from various formats
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 15.3K bytes - Viewed (0)