public abstract class AbstractFTPServer extends Object
Implementation of the FTP server
| Modifier and Type | Field and Description |
|---|---|
static String |
HOME_FOLDER_WILDCARD |
protected String |
homeDir |
| Constructor and Description |
|---|
AbstractFTPServer(String homeDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
containsFiles(String file,
String path) |
protected String |
getAdaptedPath(String homeDir) |
String |
getHomeDir() |
protected MockUserManagerAuthenticator |
getUserManager(String username,
String password,
boolean anonymous) |
void |
remove(String path) |
abstract void |
start() |
abstract void |
stop() |
public static final String HOME_FOLDER_WILDCARD
protected String homeDir
public AbstractFTPServer(String homeDir)
public abstract void start()
public abstract void stop()
public String getHomeDir()
public void remove(String path)
protected MockUserManagerAuthenticator getUserManager(String username, String password, boolean anonymous)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.