Uses of Class
org.ikasan.connector.basefiletransfer.net.ClientCommandLsException
-
Packages that use ClientCommandLsException Package Description org.ikasan.connector.basefiletransfer.net -
-
Uses of ClientCommandLsException in org.ikasan.connector.basefiletransfer.net
Methods in org.ikasan.connector.basefiletransfer.net that throw ClientCommandLsException Modifier and Type Method Description voidFileTransferClient. deleteRemoteDirectory(java.lang.String directoryPath, boolean recurse)Method to delete a remote directoryjava.util.List<ClientListEntry>FileTransferClient. ls(java.lang.String path)Method to return a list of the contents of a directoryvoidFileTransferClient. putWithOutputStream(java.lang.String fileName, java.io.InputStream inputstream)Method to put the file using an OutputStream
-