All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.fherbreteau.gatling.ftp.client.FtpActions.scala Maven / Gradle / Ivy

The newest version!
package io.github.fherbreteau.gatling.ftp.client

object FtpActions extends Enumeration {

  type Action = Value

  val Copy, Move, Delete, Upload, Download, Mkdir, RmDir = Value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy