Hi all,
My program execute an upload througth IIS Ftp server. In the case that my
upload failed (for example if I sconnected ethernet cable), IIS process
looked my file. How is it possible to prevent this problem without restart
ftp server ?

Thanks ..
STe

Re: IIS Ftp Server can't close file by Oisin

Oisin
Mon Jan 30 16:01:59 CST 2006

If I understand you correctly, you mean IIS has "locked" the file. I
suggest you download the excellent (and free) "process explorer" tool
from www.sysinternals.com and use it to search for the locked filename.
This tool will let you forcefully close the file handle without
restarting IIS. This may have other consequences, but I've always
managed to get away with it ;)

Hope this helps,

- Oisin


Re: IIS Ftp Server can't close file by David

David
Wed Feb 01 04:31:03 CST 2006

What OS is your IIS FTP server running on?

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

"Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
news:831F65D9-C507-4839-8976-B446A4FF0D60@microsoft.com...
> Hi all,
> My program execute an upload througth IIS Ftp server. In the case that my
> upload failed (for example if I sconnected ethernet cable), IIS process
> looked my file. How is it possible to prevent this problem without restart
> ftp server ?
>
> Thanks ..
> STe