Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Jeff Fox on June 12, 2001, 02:20:12 AM
-
I followed the directions in this thread:
http://forums.contribs.org/index.php?topic=10827.msg40862#msg40862
and now have read/write access via FTP to an ibay.
The problem is that I the ftp session connects to the /files directory. I want to have access to the /html directory. I cannot navigate to the /html directory in my FTP client.
I would guess that this can be controlled from a template. In fact the template that I edited to allow write access (/etc/e-smith/templates/etc/proftpd.conf/60AnonymousIBay has a line that looks like it controls this:
$OUT .= "\n";
I changed this to:
$OUT .= "\n";
But that did not seem to make any difference.
Does anyone know how to provide FTP read/write access to /html instead of /files?