FTPClientWrapper
public interface FtpClient
Modifier and Type | Method | Description |
---|---|---|
boolean |
abort() |
|
java.io.OutputStream |
appendFileStream(java.lang.String relPath) |
|
boolean |
completePendingCommand() |
|
boolean |
deleteFile(java.lang.String relPath) |
|
void |
disconnect() |
|
java.lang.String |
getReplyString() |
|
boolean |
isConnected() |
|
org.apache.commons.net.ftp.FTPFile[] |
listFiles(java.lang.String relPath) |
|
boolean |
makeDirectory(java.lang.String relPath) |
|
boolean |
removeDirectory(java.lang.String relPath) |
|
boolean |
rename(java.lang.String oldName,
java.lang.String newName) |
|
java.io.InputStream |
retrieveFileStream(java.lang.String relPath) |
|
java.io.InputStream |
retrieveFileStream(java.lang.String relPath,
long restartOffset) |
|
java.io.OutputStream |
storeFileStream(java.lang.String relPath) |
boolean isConnected() throws FileSystemException
FileSystemException
void disconnect() throws java.io.IOException
java.io.IOException
org.apache.commons.net.ftp.FTPFile[] listFiles(java.lang.String relPath) throws java.io.IOException
java.io.IOException
boolean removeDirectory(java.lang.String relPath) throws java.io.IOException
java.io.IOException
boolean deleteFile(java.lang.String relPath) throws java.io.IOException
java.io.IOException
boolean rename(java.lang.String oldName, java.lang.String newName) throws java.io.IOException
java.io.IOException
boolean makeDirectory(java.lang.String relPath) throws java.io.IOException
java.io.IOException
boolean completePendingCommand() throws java.io.IOException
java.io.IOException
java.io.InputStream retrieveFileStream(java.lang.String relPath) throws java.io.IOException
java.io.IOException
java.io.InputStream retrieveFileStream(java.lang.String relPath, long restartOffset) throws java.io.IOException
java.io.IOException
java.io.OutputStream appendFileStream(java.lang.String relPath) throws java.io.IOException
java.io.IOException
java.io.OutputStream storeFileStream(java.lang.String relPath) throws java.io.IOException
java.io.IOException
boolean abort() throws java.io.IOException
java.io.IOException
java.lang.String getReplyString() throws java.io.IOException
java.io.IOException