Re: How do I make a directory in Fetch?
Re: How do I make a directory in Fetch?
- Subject: Re: How do I make a directory in Fetch?
- From: Jim Matthews <email@hidden>
- Date: Tue, 25 Jun 2002 21:01:46 -0400
Does anyone have a snippet so I can see the syntax of how to make a new
remote directory in Fetch 3.0.3 ?
This works for me:
tell application "Fetch 4.0.2"
make new transfer window at beginning with properties
{hostname:"your.host.name", userid:"your.userid",
password:"your.password"}
make new remote directory at beginning with properties
{name:"mynewdirectory"}
end tell
Thanks,
--
Jim Matthews
Fetch Softworks
http://fetchsoftworks.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.