Yummy Software

Yummy FTP => Yummy FTP Talk => Topic started by: melastudio on August 05, 2009, 12:41:55 PM



Title: before quit Yummy via AppleScript....
Post by: melastudio on August 05, 2009, 12:41:55 PM
When quitting Yummy with AppleScript I'd like to know if Yoummy is busy in operations started by the user...

I think there's no way to know it, but I ask you...

 ;)

Many Thanks


Title: Re: before quit Yummy via AppleScript....
Post by: JD on August 05, 2009, 02:16:23 PM
Hmm, actually no. I don't think there is a way - sorry!

Can I ask what you are trying to achieve? Perhaps there is another way I can suggest to you.


Title: Re: before quit Yummy via AppleScript....
Post by: melastudio on August 05, 2009, 02:36:56 PM
I have an AS that upload some file, when finished delete original files, then goes on with onother upload of some other files and then delete originals...
During this operations (some times, depending of quantity of files and their dimensions) the user can make something else like upload in the same server on in another one...
If the AS at the end of its operations quits Yummy it may interrupt the user's operations...

I think i can simply avoid quitting the up...
 :)


Title: Re: before quit Yummy via AppleScript....
Post by: JD on August 05, 2009, 02:44:20 PM
Yes, in this case, it's probably better to omit the quit and just close the connection(s) you opened. Leaving Yummy FTP running with no open connections uses almost no resources, so it's the best option.