is not current version
Last Version 3.0.0

org.mockftpserver:MockFtpServer 1.2.1

The MockFtpServer project provides a mock/dummy FTP server for testing FTP client code. It can be configured to return custom data or reply codes, to simulate either success or failure scenarios. You can also verify expected command invocations.

GroupId

GroupId

org.mockftpserver
ArtifactId

ArtifactId

MockFtpServer
Version

Version

1.2.1
Type

Type

jar

Download MockFtpServer 1.2.1


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