0

We want to be able to create FTP users and assign rights to specific folders and revoke them again remotely by means of an automated process (running a script, calling a webservice or similar).

What solutions can you suggest?

OS is undecided. Windows and Unix are both fine.

Ola Eldøy
  • 103
  • 1
  • 5

2 Answers2

1

I think Filezilla FTP Server has a remote administration tool.

LaLeX
  • 131
  • 3
1

I'd suggest pureftpd or proftpd with a mysql backend

Old tutorials but still relevant:

With this you could use any popular programming language to update the mysql database to your liking including quotas, access, etc.

Alternatively I would recommend glftpd

The setup for glftpd can be quite complicated but it supports a lot of scripting, including user management through ftp commands.

pablo
  • 3,020
  • 1
  • 18
  • 23