Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 809 Bytes

FTP

Introduction

Each team have a FTP account to store their codes and projects. These are the configuration and scripts created for this purpose.

How to run

  1. First you must create user for each team:
cat userpass.tsv | sudo ./create.sh
  1. Go to Contest 😋

  2. Delete all users with the following command:

cat userpass.tsv | sudo ./cleanup.sh

The scripts do almost all the necessary jobs on the server side, just install and configurevsftpd as described in the references.

References