Re: get Applescript to act on a file once it has been downloaded
Re: get Applescript to act on a file once it has been downloaded
- Subject: Re: get Applescript to act on a file once it has been downloaded
- From: Kevin Meaney <email@hidden>
- Date: Fri, 11 Jul 2014 21:06:35 +0100
My problem isn’t with the very first colon just after ftp, it is with the second one :
set download_path to "ftp://" & ftpUserName & ":" & ftpPassword & "@" & ftpHost & "//" & "o7/" & ftpSubDirectory & "/" & ftpSourceDirectory & "/" & originalFileName & ".eps"
Yep, between the embedded user name and the embedded password in the url. Exactly as Chris said.
Kevin
|
_______________________________________________
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