Hi,
I am trying to make to work this applescript for upload, but on line with 'delete remote item' I always get result 3 and I can't figure it out where is error. Everything else seems to work ok.
Radek
tell application "Yummy FTP"
activate
connect "site.com"
using connection "site.com" list remote folder "/public_html/sacred/albums/import/"
using connection "site.com" list local folder "/Users/amiya/Documents/Export/"
with timeout of 32766 seconds
using connection "site.com" delete remote item "*"
end timeout
with timeout of 32766 seconds
using connection "site.com" upload "*"
end timeout
disconnect "site.com"
end tell








Logged

