Download ftp-util-2.0.jar file - Jar f

Jar examples for f:ftp-util

Description

File transfer utilities to ease and abstract the work required to upload and download files via SFTP.

You can download jar file ftp-util 2.0 in this page.

Build File

You can use the following script to add ftp-util-2.0.jar to your project.

<dependency>
   <groupId>com.cerner.ftp</groupId>
   <artifactId>ftp-util</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'com.cerner.ftp', name: 'ftp-util', version: '2.0'
libraryDependencies += "com.cerner.ftp" % "ftp-util" % "2.0"
<dependency org="com.cerner.ftp" name="ftp-util" rev="2.0"/>
@Grapes(@Grab(group='com.cerner.ftp', module='ftp-util', version='2.0'))
'com.cerner.ftp:ftp-util:jar:2.0'

Download

Click the following link to download the jar file.

ftp-util-2.0-javadoc.jar
ftp-util-2.0-sources.jar
ftp-util-2.0.jar
ftp-util-2.0.pom



Related Tutorials