<div>Hi</div>  <div>&nbsp;</div>  <div>I have set up a webserver on a machine using Komanche with the following code:</div>  <div>&nbsp;</div>  <div><STRONG>| ma |<BR>ma := ModuleAssembly core.<BR>ma serverRoot: FileDirectory default fullName.<BR>ma documentRoot: FileDirectory default fullName.<BR>ma directoryIndex: 'index.html index.htm'.<BR>ma serveFiles.<BR>(HttpService startOn: 8080 named: 'httpd') plug: ma rootModule</STRONG></div>  <div>&nbsp;</div>  <div>So now if I goto the link: <A href="http://xxx.xxx.xxx.xxx:8080">http://<STRONG>xxx.xxx.xxx.xxx:8080</STRONG></A><STRONG>&nbsp;</STRONG>from another machine (xxx.xxx.xxx.xxx is the IP address of the server machine&nbsp;) I&nbsp;can see the files inside the default directory on the server machine.&nbsp;</div>  <div>&nbsp;</div>  <div>Now suppose there is a directory called 'test' on this server and I want to create/read/write files in this directory. How should I go about this?</div>  <div>&nbsp;</div>  <div>I tried
 the following but this does not work !</div>  <div>&nbsp;</div>  <div><STRONG>serverD := ServerDirectory new.<BR>serverD server:'xxx.xxx.xxx.xxx:8080'.</STRONG></div>  <div><STRONG>serverD getFileList</STRONG></div>  <div><STRONG></STRONG><STRONG></STRONG>&nbsp;</div>  <div>I think the error is in my connecting to the server directory. Is this because&nbsp;I created a FileDirectory and not a ServerDirectory&nbsp;while setting up the webserver in the code above? Also&nbsp;I am not sure how to connect to the server directory. Can someone point me to any examples of how to do this or point out the error? Thanks</div>  <div>&nbsp;</div>  <div>&nbsp;</div>  <div>&nbsp;</div>  <div>&nbsp;</div><p>&#32;
      <hr size=1>Need Mail bonding?<br>Go to the <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">Yahoo! Mail Q&A</a> for <a href="http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091">great tips from Yahoo! Answers</a> users.