Re: Trying To Upload To FTP Using Fetch From Filemaker
Re: Trying To Upload To FTP Using Fetch From Filemaker
- Subject: Re: Trying To Upload To FTP Using Fetch From Filemaker
- From: Erik Saline <email@hidden>
- Date: Tue, 10 Apr 2007 12:50:34 -0700
On Apr 10, 2007, at 12:00 PM, revDAVE wrote:
I am not very good with AppleScript - so your help is appreciated.
I am using FMP 8.5 with osx 10.4.9 and fetch 4.03 (also tried
fetch 5)
- I created a new FMP test file - with a script that performs an
AppleScript with the code below - ( I used a real user - password -
and
domain):
------------------
tell application "Fetch 4.0.3"
activate
put into transfer window "ftp://user:email@hidden" item alias
"drive:Users:me:Documents:a1.txt"
end tell
-------------------------
ERROR - the error I get = fetch 4.0.3 got an error: Can't get
transfer
window "" - unknown error -1728.
- I got this same error in fetch 5 also.
Q: what am I doing wrong? do I need a few extra steps like:
- create new connection first or something like that?
- I even logged in manually to the location - and had an open
window - but
that did not help...
Any ideas would be appreciated - Dave
Not sure if this is an idea you are looking for but we use FTPit. It
is a pluign for FMP and has worked for us for 5 years+ with out
problems. One of the nice features is it will return the FTP command
Results in the field. Adding a few more FMP scripts to If/
PatternCount for the word Error has helped us out alot. We use it in
an automated setup were we send emails of success or errors. If
there are errors we can act on them quickly.
Erik
--
Thanks - RevDave
email@hidden
[db-lists]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40pen-tec.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden