/sbc_ftp_server

Docker FTP server, for single board computer like Banana PI M1 or similar

Primary LanguageShell

Single Board Computer FTP server

Docker FTP server, based on vsftpd, for single board computer like Banana Pi M1 or similar.

How to use this server

  • Clone this repo in your local folder:
    git clone https://github.com/TheFax/sbc_ftp_server/
  • Create a directory to use as FTP share folder:
    mkdir /data
  • Edit the run.sh file in order to personalize the configuration:
    cd sbc_ftp_server
    nano run.sh
  • exec the run.sh script ONCE in order to create the container and run it:
    chmod u+x run.sh
    run.sh

Credits

This container has been created using garethflowers/ftp-server as starting skeleton.