/file_transfer

A silly docker container providing FTP and SFTP server for integration testing

Primary LanguageShellMIT LicenseMIT

Welcome to the File Transfer Docker Container

Table of Contents

  1. Mission

Mission

A docker container that provides SFTP and FTP protocols suitable for running in an integration testing environment.

The container is entirely influenced by the sftp container. In fact it is configured exactly the same way. Please refer to that project's readme for more details.

In addition this container also provides additional support for the following:

  • The FTP protocol (PASV mode only supported)
  • Stable host keys

Cavets

This container is intended to be a tool for integration testing. It is NOT intended for production use, as it is not considered secure.