M

MockFtpServer

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.
http://mockftpserver.sourceforge.net/
Apache 2
文件下载
文件名 操作
MockFtpServer-1.2.3.jar 下载
MockFtpServer-1.2.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.mockftpserver</groupId>
  <artifactId>MockFtpServer</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.mockftpserver:MockFtpServer:1.2.3'
Gradle Kotlin
implementation("org.mockftpserver:MockFtpServer:1.2.3")
Scala SBT
libraryDependencies += "org.mockftpserver" % "MockFtpServer" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mockftpserver', module='MockFtpServer', version='1.2.3')
)
Apache Ivy
<dependency org="org.mockftpserver" name="MockFtpServer" rev="1.2.3" />
Leiningen
[org.mockftpserver/MockFtpServer "1.2.3"]
Apache Buildr
'org.mockftpserver:MockFtpServer:jar:1.2.3'