class SftpStore[F[_]] extends PathStore[F, SftpFile]
Safely initialize SftpStore and disconnect Session upon finish.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SftpStore
- PathStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _stat[A](path: Path[A], channel: ChannelSftp): F[Option[Path[SftpFile]]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authority: Authority
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def closeChannel(ch: ChannelSftp): F[Unit]
- def copy[A, B](src: Path[A], dst: Path[B]): F[Unit]
- Definition Classes
- SftpStore → PathStore
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[A](path: Path[A], chunkSize: Int): Stream[F, Byte]
- Definition Classes
- SftpStore → PathStore
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getContents[A](path: Path[A], chunkSize: Int): F[String]
- Definition Classes
- SftpStore → PathStore
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift(g: (Plain) => Validated[Throwable, Plain]): Store[F, SftpFile]
- Definition Classes
- SftpStore → PathStore
- def lift: Store[F, SftpFile]
- Definition Classes
- SftpStore → PathStore
- def list[A](path: Path[A], recursive: Boolean = false): Stream[F, Path[SftpFile]]
- Definition Classes
- SftpStore → PathStore
- def move[A, B](src: Path[A], dst: Path[B]): F[Unit]
- Definition Classes
- SftpStore → PathStore
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def put[A](path: Path[A], overwrite: Boolean = true, size: Option[Long] = None): Pipe[F, Byte, Unit]
- Definition Classes
- SftpStore → PathStore
- def put[A](contents: String, path: Path[A], overwrite: Boolean): Stream[F, Unit]
- Definition Classes
- PathStore
- def putRotate[A](computePath: F[Path[A]], limit: Long): Pipe[F, Byte, Unit]
- Definition Classes
- SftpStore → PathStore
- def remove[A](path: Path[A], recursive: Boolean = false): F[Unit]
- Definition Classes
- SftpStore → PathStore
- def stat[A](path: Path[A]): F[Option[Path[SftpFile]]]
- Definition Classes
- SftpStore → PathStore
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated