#!/bin/sh FILE_DB="/etc/pureftpd.pdb" PASV_PORTS="35000:36000" echo "Starting FTP interface ..." pure-ftpd -B -H -p $PASV_PORTS -lpuredb:$FILE_DB