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: Michelle Steiner <email@hidden>
- Date: Tue, 10 Apr 2007 13:13:27 -0700
On Apr 10, 2007, at 12:00 PM, revDAVE wrote:
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
This is what works for me:
tell application "Fetch"
put into url "ftp://ftp.michelle.org" item alias (deskpath &
file_name) with uniquename
end tell
--
Grandparents and grandchildren are natural allies.
They share the same enemies.
_______________________________________________
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