There're several installation methods.
This method lets you install and update FTPS Server using standard apt commands.
Click copy and paste in the terminal.
curl -fsSL https://drweb86.github.io/dotnet-ftps-server/gpg-key.pub | sudo gpg --dearmor -o /usr/share/keyrings/ftps-server.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ftps-server.gpg] https://drweb86.github.io/dotnet-ftps-server stable main" | sudo tee /etc/apt/sources.list.d/ftps-server.list > /dev/null
sudo apt update && sudo apt install ftps-server
sudo apt update && sudo apt upgrade ftps-server
sudo apt remove ftps-server
sudo rm /etc/apt/sources.list.d/ftps-server.list /usr/share/keyrings/ftps-server.gpg
Download the .deb file for your architecture from the latest release and install:
sudo dpkg -i ftpsserver_*_linux_amd64.deb
sudo apt-get install -f
For ARM64:
sudo dpkg -i ftpsserver_*_linux_arm64.deb
sudo apt-get install -f
sudo apt remove ftps-server
Open terminal, paste
wget -O - https://raw.githubusercontent.com/drweb86/dotnet-ftps-server/master/scripts/ubuntu-install.sh | bash
for preview version
wget -O - https://raw.githubusercontent.com/drweb86/dotnet-ftps-server/master/scripts/ubuntu-install.sh | bash -s -- --latest
wget -O - https://raw.githubusercontent.com/drweb86/dotnet-ftps-server/master/scripts/ubuntu-uninstall.sh | bash
After installation (APT or .deb), the following commands are available:
ftps-server-ui— graphical user interfaceftps-server— console tool