blobstore.sftp

package blobstore.sftp

Members list

Type members

Classlikes

case class SftpFile(name: String, attrs: SftpATTRS) extends FsObject

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any
Show all
object SftpFile extends FsObjectLowPri

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait FsObjectLowPri
class Object
trait Matchable
class Any
Show all
Self type
SftpFile.type
class SftpStore[F[_]](session: Session, queue: Queue[F, ChannelSftp], semaphore: Option[Semaphore[F]], connectTimeoutMillis: Int)(using evidence$1: Async[F]) extends PathStore[F, SftpFile]

Value parameters

connectTimeoutMillis

override for channel connect timeout.

queue

queue to hold channels to be reused.

semaphore

optional semaphore to limit the number of concurrently open channels.

session

connected jsch Session.

Attributes

Companion
object
Supertypes
class PathStore[F, SftpFile]
class Object
trait Matchable
class Any
object SftpStore

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SftpStore.type