osx - Unable to automatically remount webdav shared drive on iOS -
i trying automatically mount shared drive pointing webdav on yosemite mac. correctly able connect, access webdav, , copy files repository. able set shared drive login item.
the problem comes when reboot, delivers error. when read console, says: "webdavfs_agent: webdav fs authentication credentials being sent insecurely to: http://address", "webdavfs_agent: network_mount: network_stat returned error 2". still able connect clicking "connect server" selecting saved connection, not have reinput credentials or change address in way.
replacing http https not allow me connect @ all. deleting , recreating credentials in keychain had no effect, , i've tried deleting , recreating login item every way can think of (pointing root repository, further directory chain, further down, etc).
any ideas going wrong? alfresco's webdav hosted remotely on aws, if helps.
i able fix problem creating applescript mount webdav setting script login item. here script:
property username : "username" property pass : "password" tell application "finder" try mount volume "http://" & username & ":" & pass & "@ipaddress/alfresco/webdav/sites/site/documentlibrary" end try end tell
Comments
Post a Comment