public class FTPServerOperations extends Object
Operations of the DBServer
| Constructor and Description |
|---|
FTPServerOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
containsFiles(String file,
String path,
AbstractFTPServer server)
check if a file exists.
|
void |
remove(String path,
AbstractFTPServer server)
Remove created files
|
public void containsFiles(String file, String path, @Connection AbstractFTPServer server)
check if a file exists.
file - The file name that you want to check if is in the ftp.path - Relative path where it is going to be the file relatively to the home directory.public void remove(String path, @Connection AbstractFTPServer server)
Remove created files
path - Path to be removed.Copyright © 2024 MuleSoft, Inc.. All rights reserved.