Uses of Class
org.ikasan.connector.basefiletransfer.net.ClientCommandPutException
-
Packages that use ClientCommandPutException Package Description org.ikasan.connector.basefiletransfer.net -
-
Uses of ClientCommandPutException in org.ikasan.connector.basefiletransfer.net
Methods in org.ikasan.connector.basefiletransfer.net that throw ClientCommandPutException Modifier and Type Method Description voidFileTransferClient. put(java.lang.String name, byte[] content)Method to put a content on to a File Tansfer systemvoidFileTransferClient. putWithOutputStream(java.lang.String fileName, java.io.InputStream inputstream)Method to put the file using an OutputStream
-