Uses of Class
com.consol.citrus.ftp.model.PutCommand
-
Packages that use PutCommand Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.model -
-
Uses of PutCommand in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client with parameters of type PutCommand Modifier and Type Method Description protected FtpMessageFtpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context)Performs store file operation.protected FtpMessageScpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. storeFile(PutCommand command, com.consol.citrus.context.TestContext context) -
Uses of PutCommand in com.consol.citrus.ftp.model
Methods in com.consol.citrus.ftp.model that return PutCommand Modifier and Type Method Description PutCommandObjectFactory. createPutCommand()Create an instance ofPutCommand
-