Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 790 Bytes

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.