Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final val DefaultChunkSize: Int(8192)
- final val FtpBrowserSourceName: String("FtpBrowserSource")
- final val FtpDirectorySource: String("FtpDirectorySource")
- final val FtpIOSinkName: String("FtpIOSink")
- final val FtpIOSourceName: String("FtpIOSource")
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean, _emitTraversedDirectories: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createIOSink(_path: String, _connectionSettings: FtpSettings, _append: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSinkStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int, _offset: Long)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createMkdirGraph(baseDirectoryPath: String, dirName: String, currentConnectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpDirectoryOperationsGraphStage[FTPClient, FtpSettings]
- def createMoveSink(_destinationPath: (FtpFile) => String, _connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpMoveSink[FTPClient, FtpSettings]
- def createRemoveSink(_connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpRemoveSink[FTPClient, FtpSettings]
- def defaultSettings(hostname: String, username: Option[String] = None, password: Option[String] = None): FtpSettings
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def fromPath(path: String, connectionSettings: S, chunkSize: Int, offset: Long): Source[ByteString, Future[IOResult]]
- def fromPath(path: String, connectionSettings: S, chunkSize: Int = DefaultChunkSize): Source[ByteString, Future[IOResult]]
- def fromPath(host: String, username: String, password: String, path: String): Source[ByteString, Future[IOResult]]
- def fromPath(host: String, path: String): Source[ByteString, Future[IOResult]]
- val ftpBrowserSourceName: String
- val ftpClient: (FtpSettings) => FTPClient
- val ftpDirectorySourceName: String
- val ftpIOSinkName: String
- val ftpIOSourceName: String
- val ftpLike: FtpLike[FTPClient, S]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def ls(basePath: String, connectionSettings: S, branchSelector: (FtpFile) => Boolean, emitTraversedDirectories: Boolean): Source[FtpFile, NotUsed]
- def ls(basePath: String, connectionSettings: S, branchSelector: (FtpFile) => Boolean): Source[FtpFile, NotUsed]
- def ls(basePath: String, connectionSettings: S): Source[FtpFile, NotUsed]
- def ls(host: String, username: String, password: String, basePath: String): Source[FtpFile, NotUsed]
- def ls(host: String, username: String, password: String): Source[FtpFile, NotUsed]
- def ls(host: String, basePath: String): Source[FtpFile, NotUsed]
- def ls(host: String): Source[FtpFile, NotUsed]
- def mkdir(basePath: String, name: String, connectionSettings: S): Source[Done, NotUsed]
- def mkdirAsync(basePath: String, name: String, connectionSettings: S)(implicit system: ClassicActorSystemProvider): Future[Done]
- def move(destinationPath: (FtpFile) => String, connectionSettings: S): Sink[FtpFile, Future[IOResult]]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def remove(connectionSettings: S): Sink[FtpFile, Future[IOResult]]
- final def synchronized[T0](arg0: => T0): T0
- def toPath(path: String, connectionSettings: S, append: Boolean = false): Sink[ByteString, Future[IOResult]]
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from FtpSourceParams
Inherited from FtpDefaultSettings
Value Members
- def defaultSettings(hostname: String, username: Option[String] = None, password: Option[String] = None): FtpSettings
Inherited from FtpSource
Value Members
- final val FtpBrowserSourceName: String("FtpBrowserSource")
- final val FtpDirectorySource: String("FtpDirectorySource")
- final val FtpIOSinkName: String("FtpIOSink")
- final val FtpIOSourceName: String("FtpIOSource")
- val ftpBrowserSourceName: String
- val ftpClient: (FtpSettings) => FTPClient
- val ftpDirectorySourceName: String
- val ftpIOSinkName: String
- val ftpIOSourceName: String
Value Members
- final val DefaultChunkSize: Int(8192)
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean, _emitTraversedDirectories: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createIOSink(_path: String, _connectionSettings: FtpSettings, _append: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSinkStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int, _offset: Long)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createMkdirGraph(baseDirectoryPath: String, dirName: String, currentConnectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpDirectoryOperationsGraphStage[FTPClient, FtpSettings]
- def createMoveSink(_destinationPath: (FtpFile) => String, _connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpMoveSink[FTPClient, FtpSettings]
- def createRemoveSink(_connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpRemoveSink[FTPClient, FtpSettings]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final val DefaultChunkSize: Int(8192)
- final val FtpBrowserSourceName: String("FtpBrowserSource")
- final val FtpDirectorySource: String("FtpDirectorySource")
- final val FtpIOSinkName: String("FtpIOSink")
- final val FtpIOSourceName: String("FtpIOSource")
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean, _emitTraversedDirectories: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createBrowserGraph(_basePath: String, _connectionSettings: FtpSettings, _branchSelector: (FtpFile) => Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpBrowserGraphStage[FTPClient, FtpSettings]
- def createIOSink(_path: String, _connectionSettings: FtpSettings, _append: Boolean)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSinkStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int, _offset: Long)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createIOSource(_path: String, _connectionSettings: FtpSettings, _chunkSize: Int)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpIOSourceStage[FTPClient, FtpSettings]
- def createMkdirGraph(baseDirectoryPath: String, dirName: String, currentConnectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): FtpDirectoryOperationsGraphStage[FTPClient, FtpSettings]
- def createMoveSink(_destinationPath: (FtpFile) => String, _connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpMoveSink[FTPClient, FtpSettings]
- def createRemoveSink(_connectionSettings: FtpSettings)(implicit _ftpLike: FtpLike[FTPClient, FtpSettings]): GraphStageWithMaterializedValue[SinkShape[FtpFile], Future[IOResult]] with FtpRemoveSink[FTPClient, FtpSettings]
- def defaultSettings(hostname: String, username: Option[String] = None, password: Option[String] = None): FtpSettings
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def fromPath(path: String, connectionSettings: S, chunkSize: Int, offset: Long): Source[ByteString, Future[IOResult]]
- def fromPath(path: String, connectionSettings: S, chunkSize: Int = DefaultChunkSize): Source[ByteString, Future[IOResult]]
- def fromPath(host: String, username: String, password: String, path: String): Source[ByteString, Future[IOResult]]
- def fromPath(host: String, path: String): Source[ByteString, Future[IOResult]]
- val ftpBrowserSourceName: String
- val ftpClient: (FtpSettings) => FTPClient
- val ftpDirectorySourceName: String
- val ftpIOSinkName: String
- val ftpIOSourceName: String
- val ftpLike: FtpLike[FTPClient, S]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def ls(basePath: String, connectionSettings: S, branchSelector: (FtpFile) => Boolean, emitTraversedDirectories: Boolean): Source[FtpFile, NotUsed]
- def ls(basePath: String, connectionSettings: S, branchSelector: (FtpFile) => Boolean): Source[FtpFile, NotUsed]
- def ls(basePath: String, connectionSettings: S): Source[FtpFile, NotUsed]
- def ls(host: String, username: String, password: String, basePath: String): Source[FtpFile, NotUsed]
- def ls(host: String, username: String, password: String): Source[FtpFile, NotUsed]
- def ls(host: String, basePath: String): Source[FtpFile, NotUsed]
- def ls(host: String): Source[FtpFile, NotUsed]
- def mkdir(basePath: String, name: String, connectionSettings: S): Source[Done, NotUsed]
- def mkdirAsync(basePath: String, name: String, connectionSettings: S)(implicit system: ClassicActorSystemProvider): Future[Done]
- def move(destinationPath: (FtpFile) => String, connectionSettings: S): Sink[FtpFile, Future[IOResult]]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def remove(connectionSettings: S): Sink[FtpFile, Future[IOResult]]
- final def synchronized[T0](arg0: => T0): T0
- def toPath(path: String, connectionSettings: S, append: Boolean = false): Sink[ByteString, Future[IOResult]]
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit