is not current version
Last Version 3.0.0

org.mockftpserver:MockFtpServer 2.0-rc3

The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client code. Two FTP Server implementations are provided, each at a different level of abstraction. FakeFtpServer provides a higher-level abstraction. You define a virtual file system, including directories and files, as well as a set of valid user accounts and credentials. The FakeFtpServer then responds with appropriate replies and reply codes based on that configuration. StubFtpServer, on the other hand, is a lower-level "stub" implementation. You configure the individual FTP server commands to return custom data or reply codes, allowing simulation of either success or failure scenarios. You can also verify expected command invocations.

GroupId

GroupId

org.mockftpserver
ArtifactId

ArtifactId

MockFtpServer
Version

Version

2.0-rc3
Type

Type

jar

Download MockFtpServer 2.0-rc3


<!-- https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/ -->
<dependency>
    <groupId>org.mockftpserver</groupId>
    <artifactId>MockFtpServer</artifactId>
    <version>2.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/
implementation 'org.mockftpserver:MockFtpServer:2.0-rc3'
// https://jarcasting.com/artifacts/org.mockftpserver/MockFtpServer/
implementation ("org.mockftpserver:MockFtpServer:2.0-rc3")
'org.mockftpserver:MockFtpServer:jar:2.0-rc3'
<dependency org="org.mockftpserver" name="MockFtpServer" rev="2.0-rc3">
  <artifact name="MockFtpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockftpserver', module='MockFtpServer', version='2.0-rc3')
)
libraryDependencies += "org.mockftpserver" % "MockFtpServer" % "2.0-rc3"
[org.mockftpserver/MockFtpServer "2.0-rc3"]