Interface FtpClient
public interface FtpClient
What VFS expects from an ftp client to provide.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanabort()appendFileStream(String relPath) booleanbooleandeleteFile(String relPath) voidbooleanorg.apache.commons.net.ftp.FTPFile[]booleanmakeDirectory(String relPath) booleanremoveDirectory(String relPath) booleanretrieveFileStream(String relPath) retrieveFileStream(String relPath, long restartOffset) storeFileStream(String relPath)
-
Method Details
-
isConnected
- Throws:
FileSystemException
-
disconnect
- Throws:
IOException
-
listFiles
- Throws:
IOException
-
removeDirectory
- Throws:
IOException
-
deleteFile
- Throws:
IOException
-
rename
- Throws:
IOException
-
makeDirectory
- Throws:
IOException
-
completePendingCommand
- Throws:
IOException
-
retrieveFileStream
- Throws:
IOException
-
retrieveFileStream
- Throws:
IOException
-
appendFileStream
- Throws:
IOException
-
storeFileStream
- Throws:
IOException
-
abort
- Throws:
IOException
-
getReplyString
- Throws:
IOException
-