Search this site, there has been some posts on changing the ftp port, Ive tried to do it, but could never get it to work. I am sure there is a similar write up on changing the HTTP port as well. As far as FTP access, that should all be control in the server manager.
sme server conf files are template based, if you change things manually they will be removed after next boot.
You can find all templates under /etc/e-smith/templates/etc/httpd/conf/httpd.conf/
/etc/e-smith/templates/etc/proftpd.conf/
do a grep for "Listen" on the files inside this directory. Afaik proftpd has near same syntax liek Apache so i guess there is an Listen directive also.
After chaning something you have to run /sbin/e-smith/expand-template
to take changes effect.
hth
Anton
Anton
I tried to change this for a test on my sme server some months ago and it worked well.
not sure about ftp, but on yoru httpd you can change the "Listen" directive in your httpd.conf (at the template files).