kman46 / ftpsetup

A utility script to install/configure vsftpd server on any device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP Setup

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.

Installation

  1. To use this, open Terminal and type: git clone https://github.com/kman46/ftpsetup
  2. Then change to its directory: cd ftpsetup
  3. Give it execute permissions: chmod +x ftpsetup.sh
  4. And finally execute it: ./ftpsetup.sh

Open-source notices

License:

GNU GPLv3 Image
Copyright © 2019 Keval Mandrekar and Owais Shaikh

About

A utility script to install/configure vsftpd server on any device

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%