A TrimUI Brick app wrapping sftpgo
, an FTP server.
- Docker (for building)
make release
- Mount your TrimUI Brick SD card.
- Download the latest release from Github. It will be named
FTP.Server.pak.zip
. - Copy the zip file to
/Tools/tg3040/FTP Server.pak.zip
. - Extract the zip in place, then delete the zip file.
- Confirm that there is a
/Tools/tg3040/FTP Server.pak/launch.sh
file on your SD card. - Unmount your SD Card and insert it into your TrimUI Brick.
Note
The default credentials are:
minui:minui
This pak runs on ports 21 (FTP) and 8888 (HTTP UI).
By default, sftpgo
runs as a foreground process, terminating on app exit. To run sftpgo
in daemon mode, create a file named daemon-mode
in the pak folder. This will turn the app into a toggle for sftpgo
.
By default, sftpgo
runs the FTP server on port 21
. To run it on a different port, create a file named ftp-port
in the pak folder with the desired port number as the contents of the file. This will be used on subsequent runs for the port to run the FTP server on.
By default, sftpgo
runs the http ui on port 8888
. To run it on a different port, create a file named http-port
in the pak folder with the desired port number as the contents of the file. This will be used on subsequent runs for the port to run the http ui on.
Creating a file named password
will result in the contents of that file being used as the password for the minui
user. If not specified, the password is set to minui
.