Skip to content

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

Notifications You must be signed in to change notification settings

TheFax/sbc_ftp_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published