cancel
Showing results for 
Search instead for 
Did you mean: 

FTP help please

raydawg
Champ in-the-making
Champ in-the-making
Ok im new at this and I was finally able to get my FTP server recognized…but when i try to access it i get an error message telling me that /Alfresco/company_home cannot be found.  I tried using a modifying the <rootdirecotry> that pointed to the alf_data direcotry but that did not work either.
This is teh FTP section from my xml file as it is right now.  what am i supposed to point the rootDirectory too?


<config evaluator="string-compare" condition="FTP Server">

     <allowAnonymous/>

     <port>3721</port>

     <rootDirectory>/Alfresco/company_home</rootDirectory>

<!–      <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>

   </config>

thanks in advance for the help.
-Ray
2 REPLIES 2

drbaz
Champ in-the-making
Champ in-the-making
My file-server.xml reads:

<config evaluator="string-compare" condition="FTP Server"> 

<port>1027</port>

<!– <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>

</config>

and I have defined a user at the end of the xml file.

I then use the URL the ftp://xxx.xxx.xxx.xxx:1027/Alfresco

raydawg
Champ in-the-making
Champ in-the-making
hmmm…no luck.  i think its the way my filesystem is defined.  because i can access the FTP server if i leave Alfresco off the path.  so apparently Alfresco directory is not getting created or mounted.  this is my filesystem confi:

<config evaluator="string-compare" condition="Filesystems">

      <filesystem name="Alfresco">

<!–         <store>workspace://SpacesStore</store>

         <rootPath>/alf:company_home</rootPath>



         <accessControl default="Write">

            <user name="admin" access="Write"/>

            <address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>

         </accessControl>

–>

      </filesystem>

   </config>

i orginally teh comment block started 2 lines below in the blank line but that didnt work so i tried commenting out more for a very simple setup but that didnt work either.  anyone see anything wrong with that?