On 19 Sep 2012, at 14:24 , marcus wrote:
> Also just discovered this, the successor to MacFuse:
> http://www.macupdate.com/app/mac/40156/osxfuse

If they come up with a reasonable NTFS plugin, I'll give them money. The only 
one I've seen has atrociously bad speed (in the order of 4MB/s write).

I find that mounting remote shares as webDAV is about the best way to deal with 
remote content in BBEdit.

I have a declaration like this for a remote site:

<VirtualHost *>
   ServerName www.*munged*.com
   ServerAlias *munged*.com
   DocumentRoot /usr/local/www/www.*munged*.com
</VirtualHost>

<virtualhost *>
   ServerName webdav.*munged*.com
   DocumentRoot /usr/local/www/www.*munged*.com
   DavLockDB /tmp/DavLock.*munged*
   <location />
      DAV On
      AuthType Basic
      AuthName "*munged*.com DAV"
      AuthUserFile /usr/local/www/www.*munged*.com/.htdavpass
      #AllowOverride All
      ForceType text/plain
         require user admin1
         require user admin2
   </location>
</VirtualHost>
 
I simply put http://webdav.*munged*.com/ into OS X's "Connect to Server" dialog 
and I am ready to go. It even works (mostly( in Windows, but you have to use 
"http://webdav.*munged*.com/#";

using webdav lets me use HTTPD AUTH instead of ftp/sftp, which I generally find 
to be more cumbersome.

-- 
Women like silent men, they think they're listening.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to