I realized at home I could not see .htaccess files or any files beginning with "." when using Fetch 4.0.3 for OSX, although using the same version at work I could. Haven't solved the "why" of that yet, but I did find a quick fix:
Open AppleScript Editor, paste:
tell application "Fetch 4.0.3"
set use LIST minus al to true
end tell
into the code window, and click "Run." Problem solved.
Thanks to the guys at Fetchsoftworks for that one.
Ads by Google
Posted by ellen at October 16, 2003 10:54 PM
Ellen,
you have no idea how you helped me with this post! Had the same probelm and your post helped me to solve it!
Thanks you!