A simple script to configure ftp server, sftpd in this case on bash. the default folder accessible through ftp will be your home directory. this script features menu which allow you to start,stop, configure or install vsftpd on your device. this script can be run on flavour of linux like : Ubuntu, Manjaro(arch), fedora.
- To use this, open Terminal and type:
git clone https://github.com/kman46/ftpsetup
- Then change to its directory:
cd ftpsetup
- Give it execute permissions:
chmod +x ftpsetup.sh
- And finally execute it:
./ftpsetup.sh
License: