Each team have a FTP account to store their codes and projects. These are the configuration and scripts created for this purpose.
- First you must create user for each team:
cat userpass.tsv | sudo ./create.sh
-
Go to Contest 😋
-
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.