Uses of Class
org.miaixz.bus.extra.ftp.SimpleFtpServer
Packages that use SimpleFtpServer
Package
Description
Provides utility classes for FTP (File Transfer Protocol) operations, primarily based on Apache Commons Net.
-
Uses of SimpleFtpServer in org.miaixz.bus.extra.ftp
Methods in org.miaixz.bus.extra.ftp that return SimpleFtpServerModifier and TypeMethodDescriptionSimpleFtpServer.addAnonymous(String homePath) Adds an anonymous user to the FTP server.Adds an FTP action behavior listener (Ftplet) to the server.SimpleFtpServer.addUser(org.apache.ftpserver.ftplet.User user) Adds an FTP user to the server's user manager.Deletes an FTP user from the server's user manager.static SimpleFtpServerSimpleFtpServer.of()Creates a newSimpleFtpServerinstance.SimpleFtpServer.setConnectionConfig(org.apache.ftpserver.ConnectionConfig connectionConfig) Sets the connection configuration for the FTP server.SimpleFtpServer.setPort(int port) Sets the default port for the FTP server.Configures the FTP server to use SSL for secure connections with a given keystore file and password.SimpleFtpServer.setSsl(org.apache.ftpserver.ssl.SslConfiguration ssl) Configures the FTP server to use SSL for secure connections.SimpleFtpServer.setUserManager(org.apache.ftpserver.ftplet.UserManager userManager) Sets a customUserManagerfor the FTP server.SimpleFtpServer.setUsersConfig(File propertiesFile) Sets a custom user information configuration file.