Can I test anonymous FTP with CDRouter Storage?
Yes. FTP’s concept of “anonymous” access can be tested by setting the username testvar to “anonymous” in the applicable ftpuser configuration.
The password may be omitted in these configurations by commenting it out, removing it entirely from the ftpuser testvar _group definition, or leaving it empty (which is indicated by setting the testvar value to double quotes, “”).
Example:
testvar_group ftpuser1 {
testvar server myNAS
testvar path /public
testvar user anonymous
testvar password ""
testvar permission ReadWrite
}