Packages

class SftpStore[F[_]] extends PathStore[F, SftpFile]

Safely initialize SftpStore and disconnect Session upon finish.

Linear Supertypes
PathStore[F, SftpFile], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SftpStore
  2. PathStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _stat[A](path: Path[A], channel: ChannelSftp): F[Option[Path[SftpFile]]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authority: Authority
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def closeChannel(ch: ChannelSftp): F[Unit]
  9. def copy[A, B](src: Path[A], dst: Path[B]): F[Unit]
    Definition Classes
    SftpStore → PathStore
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def get[A](path: Path[A], chunkSize: Int): Stream[F, Byte]
    Definition Classes
    SftpStore → PathStore
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getContents[A](path: Path[A], chunkSize: Int): F[String]
    Definition Classes
    SftpStore → PathStore
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lift(g: (Plain) => Validated[Throwable, Plain]): Store[F, SftpFile]
    Definition Classes
    SftpStore → PathStore
  18. def lift: Store[F, SftpFile]
    Definition Classes
    SftpStore → PathStore
  19. def list[A](path: Path[A], recursive: Boolean = false): Stream[F, Path[SftpFile]]
    Definition Classes
    SftpStore → PathStore
  20. def move[A, B](src: Path[A], dst: Path[B]): F[Unit]
    Definition Classes
    SftpStore → PathStore
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def put[A](path: Path[A], overwrite: Boolean = true, size: Option[Long] = None): Pipe[F, Byte, Unit]
    Definition Classes
    SftpStore → PathStore
  25. def put[A](contents: String, path: Path[A], overwrite: Boolean): Stream[F, Unit]
    Definition Classes
    PathStore
  26. def putRotate[A](computePath: F[Path[A]], limit: Long): Pipe[F, Byte, Unit]
    Definition Classes
    SftpStore → PathStore
  27. def remove[A](path: Path[A], recursive: Boolean = false): F[Unit]
    Definition Classes
    SftpStore → PathStore
  28. def stat[A](path: Path[A]): F[Option[Path[SftpFile]]]
    Definition Classes
    SftpStore → PathStore
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transferTo[B, P, A](dstStore: Store[F, B], srcPath: Path[P], dstUrl: Url[A])(implicit ev: <:<[B, FsObject]): F[Int]
    Definition Classes
    SftpStore → PathStore
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PathStore[F, SftpFile]

Inherited from AnyRef

Inherited from Any

Ungrouped