home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Utilities
/
Internet
/
Anarchie 2.0.1
/
Scripting
/
AppleScripts
/
Misc Stuff
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-05
|
287 b
|
9 lines
|
[
TEXT/ToyS
]
tell application "Anarchie"
set base to "ftp://user:password@host/"
mkdir url base & "testdir"
mkdir url base & "inside"
rename url base & "inside" newname "testdir/nowinside"
remove url base & "testdir/nowinside"
remove url base & "testdir"
sendcommand url base & "help"
end tell