» Home
ProFTPD Component
Repository:
Release: http://diva-cloud.org/repo/release/DiVA-proftpd/
Development: http://diva-cloud.org/repo/devel/DiVA-proftpd/
Arguments:
{
"name" : {"type": "string", "optional": true, "description": "Server name of the ftp server"},
"port" : {"type": "string", "optional": true, "description": "Port to use for the ftp server"},
"host_ldap" : {"type": "string", "optional": false, "description": "Specify the LDAP server to use for ftp server"},
"auth_ldap" : {"type": "string", "optional": false, "description": "LDAP Auth base prefix for ftp server"},
"ldapdn" : {"type": "string", "optional": false, "description": "Set DN information to be used for initial bind"},
"ldapdnpwd" : {"type": "string", "optional": false, "description": "Set password to be used for initial bind"},
"root_volume" : {"type": "string", "optional": true, "description": "Volume containing the root directory of the ftp server"},
"log" : {"type": "string", "optional": true, "description": "/var/log volume"}
}
Example:
{
"hostname" : "DiVA-proftpd",
"name" : "[DiVA] FTPServer", # generated by diva-gui (project name)
"port" : "21",
"host_ldap" : "", # will be generated dynamically
"auth_ldap" : "dc=dotcloud,dc=local",
"ldapdn" : "cn=diva,cn=Users,dc=dotcloud,dc=local",
"ldapdnpwd" : "password",
"root_volume" : "", # will be generated dynamically
"log" : "log/DiVA-proftpd"
}
Service:
ProFTPD: ftp://localhost:21/
Links:
ProFTPD homepage: http://www.proftpd.org
Back up to: Documentation