Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

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