I am trying to get to a folder on my local network on the local view of filezilla in Mac OS X. When I browse to network I can see the folder fine. But I can't browse to it in filezilla ( Network inside \ is empty). When I try these paths it says 'path not found':

smb:\\myNAS\
\\myNAS\
\Network\myNAS\

I'm not really a Mac guy but I'm totally confused why I can't seem to do this. Any help would be appreciated.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted
  1. Using the Finder menu bar, click Go -> Connect to Server.
  2. Type in smb://myNAS/
  3. Choose the share that you want to mount (let's called it SharedFolder). The mounted share is now located in /Volumes/SharedFolder.
  4. In FileZilla or any other application, you can now access /Volumes/SharedFolder as though it was local.

It's like Map Network Drive in Windows, assuming you're a Windows guy. Hope this helps!

link|improve this answer
Thanks much! That worked perfectly. – Armitage Jan 8 '10 at 18:01
feedback

Your Answer

 
or
required, but never shown

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