Derek Belrose <[EMAIL PROTECTED]> sez: >Because I still need 2/3 of the solution if I do that. Either way, >the point is to get data from BBEdit to a remote server over ssh with >as little intervention as possible. > >h2n isn't installed on the server, and the administrator would prefer >me not installing more utilities than is necessary. I already have >the zone files created, I just need a way of getting them from the >BBEdit filter to the server, along with httpd.conf entries and shell >script commands necessary to create the root directories.
You could use AppleScript to upload the generated files with BBEdit (via SFTP), or a shell script could upload them directly. The main catch is that since these files must be installed into root-owned locations, you'll need to access the server via an interactive shell to move them into place and adjust their permissions--at present, there's no way to do this from BBEdit. Regards, Patrick Woolsey == Bare Bones Software, Inc. <http://www.barebones.com> P.O. Box 1048, Bedford, MA 01730-1048 -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
