- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for FtpAuthenticationHolder (0.11 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpAuthenticationHolder.java
* This class is designed to manage FTP authentication details for different paths. */ public class FtpAuthenticationHolder { List<FtpAuthentication> authenticationList = new ArrayList<>(); /** * Constructs a new FtpAuthenticationHolder. */ public FtpAuthenticationHolder() { // Default constructor } /** * Adds an FtpAuthentication object to the holder.Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 1.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
} /** * Sets the FTP authentication holder. * @param ftpAuthenticationHolder The FtpAuthenticationHolder to set. */ public void setFtpAuthenticationHolder(final FtpAuthenticationHolder ftpAuthenticationHolder) { this.ftpAuthenticationHolder = ftpAuthenticationHolder; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 40K bytes - Click Count (0)