Skip to content
Florian Lindner edited this page Oct 25, 2015 · 1 revision

FTP

Add a new FTP account:

account ftp add -l LOGIN -p PASSWORD -d DIR

LOGIN must have the form of someuser@$domain. $domain must be one of the domains that are assigned to the user. For using the current directory, simply use a ., e.g.

account ftp add -l [email protected] -p applepie -d .

Delete a FTP account:

account ftp del LOGIN

List all FTP accounts:

account ftp list
Clone this wiki locally