docs
docs
API
zio.ftp
ConnectionError
ConnectionError
FileTransferIncompleteError
Ftp
FtpAccessors
FtpCredentials
FtpResource
FtpResource
InvalidPathError
KeyFileSftpIdentity
KeyFileSftpIdentity
ProtectionLevel
ProtectionLevel
Clear
Confidential
Private
Safe
RawKeySftpIdentity
RawKeySftpIdentity
SFtp
SecureFtp
SecureFtp
SecureFtpSettings
SecureFtpSettings
SftpIdentity
SslParams
SslParams
StubFtp
TestFtp
UnsecureFtp
UnsecureFtp
UnsecureFtpSettings
UnsecureFtpSettings
docs
/
zio.ftp
/
StubFtp
StubFtp
zio.ftp.`package`.StubFtp
object
StubFtp
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
StubFtp
.
type
Members list
Clear all
Value members
Concrete methods
def
execute
[
T
](
f
:
Unit
=>
T
):
ZIO
[
StubFtp
,
IOException
,
T
]
def
ls
(
path
:
String
):
ZStream
[
StubFtp
,
IOException
,
FtpResource
]
def
lsDescendant
(
path
:
String
):
ZStream
[
StubFtp
,
IOException
,
FtpResource
]
def
mkdir
(
path
:
String
):
ZIO
[
StubFtp
,
IOException
,
Unit
]
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
rmdir
(
path
:
String
):
ZIO
[
StubFtp
,
IOException
,
Unit
]
def
stat
(
path
:
String
):
ZIO
[
StubFtp
,
IOException
,
Option
[
FtpResource
]]
def
upload
[
R
](
path
:
String
,
source
:
ZStream
[
R
,
Throwable
,
Byte
]):
ZIO
[
StubFtp
&
R
,
IOException
,
Unit
]
In this article
Attributes
Members list
Value members
Concrete methods