Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

janwytze/stackftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackFtp

StackFtp is a ftp server that is linked to a stack Webdav server.

Configuration

StackFtp can be configured with environment variables.
The following environment variables are available:

FTP_ADDRESS

Default: 127.0.0.1 string The address the ftp server will run on.

FTP_PORT

Default: 21 int The port the ftp server will run on.

FTP_SSL

Default: false boolean Does the server support SSL?

FTP_KEYSTORE

Default: None string The keystore path for SSL.

FTP_KEYSTORE_PASSWORD

Default: None string The keystore password.

FTP_IDLE_TIME

Default: 3600 int The maximum amount of seconds idle time of an user.

Building

Building StackFtp can be done using maven.
Execute the following command to build the application:

mvn clean install

This will create a .war file that can be executed with java.

About

Stack webdav to ftp server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages