Uses of Class
com.github.robtimus.filesystems.ftp.FileTransferMode
-
-
Uses of FileTransferMode in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return FileTransferMode Modifier and Type Method Description static FileTransferMode
FileTransferMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileTransferMode[]
FileTransferMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-