Trying To Upload To FTP Using Fetch From Filemaker
Trying To Upload To FTP Using Fetch From Filemaker
- Subject: Trying To Upload To FTP Using Fetch From Filemaker
- From: revDAVE <email@hidden>
- Date: Tue, 10 Apr 2007 12:00:38 -0700
- Thread-topic: Trying To Upload To FTP Using Fetch From Filemaker
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
--
Thanks - RevDave
email@hidden
[db-lists]
_______________________________________________
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