- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FtpAuthenticationHolder (0.09 sec)
-
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.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 1.9K bytes - Viewed (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; }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 40K bytes - Viewed (0)