Skip to content

msvab/gradle-sftp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Gradle SFTP Plugin

Plugin that starts embedded SFTP server. Useful for integration tests that don't have to rely on external services.

Usage

To use the plugin, include in your build script:

apply plugin: 'sftp'

Configuration options

  • port: Port on which SFTP server will be started (default: 22)
  • users: Map of users with passwords that have access to this server (default: ['anonymous': ''])
  • rootDir: Local directory that will serve as a root for the server (default: System.properties['java.io.tmpdir'] + '/gradle-sftp-plugin-home')

About

Gradle SFTP Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages