you can manually re-enable this, but you really need to understand how JASS has disabled it; change the applied driver script(s); uninstall the driver then reinstall the driver with the required changes to the script(s) you've made...
do you know what driver you have applied?
To enable FTP:
1. create file Drivers/user.init under where you installed JASS and add this line to the file:
JASS_SVCS_ENABLE="ftp"
2. undo the previous run of jass, if any:
jass-execute -u
3. rerun jass with the driver you used before:
jass-execute -d . . .
Wow thanks for the help guys! One question though...what if, after installing the latest security toolkit , apache2, php, mysql doesnt work...would
JASS_SVCS_ENABLE="ftp"
JASS_SVCS_ENABLE="ssh"
JASS_SVCS_ENABLE="http"
JASS_SVCS_ENABLE="mysql"
JASS_SVCS_ENABLE="php"
work as well, in the user.init file? Because after installing the server-secure.driver, apache doesnt want to run...and when I do run "/usr/apache2/bin/apachectl -k start", it closes down immidiately, (not even port 80 opens up). Anyone have any suggestions? I would greatly appriciate it :)