StubFtp

zio.ftp.`package`.StubFtp
object StubFtp

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StubFtp.type

Members list

Value members

Concrete methods

def execute[T](f: Unit => T): ZIO[StubFtp, IOException, T]
def readFile(path: String, chunkSize: Int, fileOffset: Long): ZStream[StubFtp, IOException, Byte]
def rename(oldPath: String, newPath: String): ZIO[StubFtp, Exception, Unit]
def rm(path: String): ZIO[StubFtp, IOException, Unit]
def upload[R](path: String, source: ZStream[R, Throwable, Byte]): ZIO[StubFtp & R, IOException, Unit]