Hello,
I have a problem with this script
set newFile to (path to desktop as text) & "npinstal.exe"
tell application "URL Access Scripting"
activate
download "ftp://user:password@[EMAIL PROTECTED]
" to
newFile with progress and autentication
display dialog result
quit
end tell
when i run it show this error
tell current application
path to desktop as text
"Macintosh HD:Users:cdo_panu:Desktop:"
end tell
tell application "URL Access Scripting"
activate
=ABdata
aevt646C65320000000061657674000002360000000000000000000001380000000400000004=
0000000000000000000000006165767464776E6C0137005A0000000000000000000000000000=
0000000000000000000000000000000000000000000000000000000000000000000000000000=
0000000000000000000000000000000000000000000000000000000000000000616576740001=
00017375626A6E756C6C00000000637369676D61676E00000004000100007472616E6C6F6E67=
00000004000000006164647270736E200000000800000000003A00017462736370736E200000=
00080000000000000000696E74656C6F6E670000000400000070726570716C6F6E6700000004=
000000007462736370736E2000000008000000000000000072656D6F6C6F6E67000000040000=
000066726F6D70736E200000000800000000003400013B3B3B3B666473745354585400000066=
00000002000000006B74787454455854000000304D6163696E746F73682048443A5573657273=
3A63646F5F70616E753A4465736B746F703A6E70696E7374616C2E6578656B7374797374796C=
000000160001000000000010000E00030000000C00000000000070726F677472756500000000=
757372666C697374000000260000000200000000544558540000000D617574656E7469636174=
696F6E0074727565000000002D2D2D2D54455854000000426674703A2F2F636F6E6469766973=
613A70617373776F726440646F63756D656E74617A696F6E652E6D6F6E6461646F72692E6974=
2F6E70696E7374616C6C2E657865=BB
"URL Access Scripting ha trovato un errore: Errore nelle estensioni"
The english translation of the error is
URL Access Scripting found a error: Extension error.
My system is OSX 10.4.11
and URL Access Scripting version is 1.1
Whith http download it works.
When i use unavaliable user name or wrong password it work and say
that cannot autenticate.
Thanks all.
Alberto