simon1663 Posted September 2, 2002 Posted September 2, 2002 Hi there, I have shell (ssh) access to a MacOSX server 10.1 machine. This machine is 800 km from where I live so I wouldn't get any physical access. I need to install Filemaker on it + open and close databases as required. I don't have any screen control app either. I do have another macosx server machine to administer it though. Can anyone advise if it is possible to do so with using shell or remote admin only? If it is impossible - please let me know also so I can give up looking for answers.... I tried www.macosx.com but there was no replies
Garry Claridge Posted September 2, 2002 Posted September 2, 2002 I've been able to use ssh and Applescript to achieve this. Good Luck. Garry
simon1663 Posted September 2, 2002 Author Posted September 2, 2002 Could you give me some pointers? I am a regular unix user so don't have any problem with shell - but know almost next to nothing about applescript .. but hope I can learn it very quickly.
Garry Claridge Posted September 2, 2002 Posted September 2, 2002 I posted this in the Applescript forum about a year ago: I am now able to login to the FMP host with ssh and issue Applescript commands; e.g. code: ------------------------------------------------------------------------ /usr/bin/osascript -e 'tell application "Filemaker Pro" to activate' /usr/bin/osascript -e 'tell application "Filemaker Pro" to open file "Data:db:openfirst.fp5"' ------------------------------------------------------------------------ Hope this helps. Garry
ibiubu Posted September 6, 2002 Posted September 6, 2002 I use Timbuktu. Have my database files running on an osx machine at the office. I access the machine on a regular basis from home. Timbuktu is nice because it is just like sitting at the machine. I can make quick changes, define fields, layout tweeks, ect. I actually use Timbuktu on 3 machines, one being osx, one being os9, and one eing a windows 2000 server. They all play nice. Larry
Recommended Posts
This topic is 8106 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now