Re: applescripts 32k limit
Re: applescripts 32k limit
- Subject: Re: applescripts 32k limit
- From: Walter Ian Kaye <email@hidden>
- Date: Fri, 21 May 2004 05:28:09 -0700
At 06:06a -0400 05/21/2004, Bill Chase didst inscribe upon an
electronic papyrus:
Is there a way to execute larger than 32k applescripts?
I use AS and Interarchy to upload files to my remote server.
Works great except for the 32k limit.
I have also looked into an FTP client where I could give it a text
delimited file source|destination format but no luck.
Any suggestions?
Text-delimited? Do you mean like a file containing a list of source
and destination for multiple files, one line for each? You don't give
a list like that to the FTP client; you read it into your app, loop
through the paragraphs, parse the source/dest from each line, build
the command to send to the FTP client, and send the command.
Please tell me you're not using 200 'else if' statements...
-boo
_______________________________________________
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.