I want to transfer files from my Macbook to my iPod by enabling web sharing on the MacBook.

link|improve this question
Just noticed that directory listing on Mac is enabled on Apache by default - I didnt have proper permissions earlier. – Martina Loeman Jul 6 '10 at 19:26
feedback

2 Answers

up vote 2 down vote accepted

If your goal is a one-off sharing, you might try the HTTP server built into the Python SimpleHTTPServer module for exposing a directory tree to the web.

link|improve this answer
Yes, this is better - and I guess more secure as I dont have to keep the httpd service on all the time , thnks. – Martina Loeman Jul 6 '10 at 19:25
feedback

Directory Listing is enabled by default in both /Library/WebServer/Documents and your Sites folder in your home folder. However the directory listing will not appear if an index.html is present in that directory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.