f

ftp-fs

Java FTP client, Java FTP NIO file system, Groovy FTP client
https://github.com/xbib/ftp
The Apache License, Version 2.0
xbib
Jörg Prante
Files download
File Operation
ftp-fs-2.3.5.jar download
ftp-fs-2.3.5.pom download
ftp-fs-2.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>ftp-fs</artifactId>
  <version>2.3.5</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:ftp-fs:2.3.5'
Gradle Kotlin
implementation("org.xbib:ftp-fs:2.3.5")
Scala SBT
libraryDependencies += "org.xbib" % "ftp-fs" % "2.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='ftp-fs', version='2.3.5')
)
Apache Ivy
<dependency org="org.xbib" name="ftp-fs" rev="2.3.5" />
Leiningen
[org.xbib/ftp-fs "2.3.5"]
Apache Buildr
'org.xbib:ftp-fs:jar:2.3.5'