Re: It was a success, but only in Windows, not Unix.

2002-07-31 Thread Wiggins d'Anconia
This is coming from left field, and the gurus should chime in, and I have been reading up about IPC last couple of days so this is on the brain, but would setting up a signal handler (don't know what signal it would be receiving, obviously this would need to be determined) help? I would think

Re: It was a success, but only in Windows, not Unix.

2002-07-28 Thread zentara
On Sat, 27 Jul 2002 22:38:23 +0300, [EMAIL PROTECTED] (Octavian Rasnita) wrote: >It is that script for downloading a file then delete it from the server. > >I've tried putting the "unlink $file" line in an END { ... } but this block >it is not executed if the download is cancelled. > >Do you hav

It was a success, but only in Windows, not Unix.

2002-07-27 Thread Octavian Rasnita
Hi all, After fighting a lot with a bigger script, I could make it work under Windows 2000, but it can't work under Red Hat 7.2 unfortunately. It is that script for downloading a file then delete it from the server. If the file finish downloading, it is deleted from the server using Windows and