Hi, I was going to use the FTP in the config_am so I could setup the advance modules. It says to put your ftp details below but in what format do I put my information. Could someone please tell me. Thanks in advance.
Basically replace the values placed in the file. You should place quotes around them.
For example, you may have
PHP Code:
$config_am['host'] = 'localhost';
|
which means the value for host is localhost.
Hope that helps.
Oh ok, that is what I was thinking but wasn't to sure. Thanks for the help.