Welcome to MacBoardz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

opening a file on a remote computer

 
   Macintosh computer (Home) -> Apple Scripts RSS
Next:  Not able to read messages in IMAP account  
Author Message
G.Miller

External


Since: Jun 13, 2008
Posts: 7



(Msg. 1) Posted: Wed Jun 18, 2008 5:51 am
Post subject: opening a file on a remote computer
Archived from groups: alt>comp>lang>applescript (more info?)

hi, i am running two machines (one 10.4, one 10.5) in an office on a
network.
the one machine (10.5) had a filemaker pro database on it that i need
to access with the other machine.
In order to access the database with the 10.4 machine, the file needs
to be open on the 10.5 machine. sometimes, the user of the 10.5
machine closes the file.

any suggestions for the best approach to allow me to remotely open the
filemaker file on the 10.5 machine from the 10.4 machine? can i do
that with a remote script?

im sure there is a way to do it using terminal, but how about
something where i can just open a file on my desktop and it tests to
see if the filemaker file is open on the remote computer and, if its
not open, it opens it?

thanks

g

 >> Stay informed about: opening a file on a remote computer 
Back to top
Login to vote
Jolly Roger

External


Since: Sep 09, 2006
Posts: 1943



(Msg. 2) Posted: Wed Jun 18, 2008 10:11 am
Post subject: Re: opening a file on a remote computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
"G.Miller" wrote:

> hi, i am running two machines (one 10.4, one 10.5) in an office on a
> network.
> the one machine (10.5) had a filemaker pro database on it that i need
> to access with the other machine.
> In order to access the database with the 10.4 machine, the file needs
> to be open on the 10.5 machine. sometimes, the user of the 10.5
> machine closes the file.
>
> any suggestions for the best approach to allow me to remotely open the
> filemaker file on the 10.5 machine from the 10.4 machine? can i do
> that with a remote script?
>
> im sure there is a way to do it using terminal, but how about
> something where i can just open a file on my desktop and it tests to
> see if the filemaker file is open on the remote computer and, if its
> not open, it opens it?

I'm afraid the terminal will be the easiest way to do it, because of the
security issues involved.

I would think something along these lines would do the trick:

1. Connect with SSH to the 10.5 machine, authenticating as the user who
is running FileMaker Pro on the 10.5 machine.

2. Issue a command similar to this:

osascript 'tell app "FileMaker Pro" to open posix file
"/Users/you/whatever/Some FM File.fm"'

--
Please send all responses to the relevant news group rather than directly
to me, as E-mail sent to this address may be devoured by my very hungry
SPAM filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google Groups.
You'll need to use a real news reader if you want me to see your posts.

JR

 >> Stay informed about: opening a file on a remote computer 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[Newbie] Intermittent error opening file (using Standard - Hi all - my first post here. I have a lot of programming experience but none with AS. I'm writing an AS script to fetch selected emails from Entourage and simply write each one to a separate, new text file. I create the new text file with "set fo...

Has anyone done remote AS on Mac OS X 10.2.6? - Remote AppleScript ought to work with Mac OS X version 10.2.6, but I have not actually heard of someone succeeding. It fails for me. If you have done it, could you please "raise your hand"? Thanks! Peter

remote applescript in Mac OS 9 - Why is it when I try to run an applescript like this which is supposed to work in Mac OS 9 it returns "can't find remote machine" as an error message? I've read that applescript remote scripts were broken but what is a workaround if this is the...

launch an app on a remote machine - I'd like to chat with a remote Mac on my network. If iChat is not launched on the remote computer, can I launch it using an applescript ? What should I write ? Many thanks !

launch a remote script? - Is it possible to run a script on machine A (OS 9.2), that can launch another script to run on machine B (OS x)? I know I can do: set B to "eppc://user:pw@E-Kleins-iBook.local" using terms from application "Finder" tell applica...
   Macintosh computer (Home) -> Apple Scripts All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]