« Previous Next »

Thread: FTP 7.5, Cannot access file while in use

Last post 10-02-2009 6:02 PM by jonasmixter. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 07-13-2009, 5:28 AM

    FTP 7.5, Cannot access file while in use

    Hi!
    We're using FTP 7.5 (with IIS 7.0 on Windows 2008 Web edition, 64-bit) and we have problems downloading files that is currently in use. This problem occurs both on files that is still uploading and files that are being used by other processes. In particular we have problems to download IIS log files since these are locked by Worker Processes serving a web site.

    The error message returned to the FTP client is 550 The process cannot access the file because it is being used by another process.

    This is exactly the same error that is described in the FAQ (http://forums.iis.net/t/1158270.aspx#B43) but even though we've changed this setting, the problem persists.
    I've verified that the File Handling / Allow Reading Files While Uploading is set to True. The applicationHost.config for the FTP site looks like this:

    <site name="ftp" id="5">
      <application path="/">
        <virtualDirectory path="/" physicalPath="C:\ftpspace" />
        <virtualDirectory path="/LocalUser" physicalPath="C:\webspace" />
      </application>
      <bindings>
        <binding protocol="ftp" bindingInformation="*:21:" />
      </bindings>
      <ftpServer>
        <security>
          <ssl controlChannelPolicy="SslAllow" dataChannelPolicy="SslAllow" />
          <authentication>
            <basicAuthentication enabled="true" />
          </authentication>
        </security>
        <userIsolation mode="None">
          <activeDirectory />
        </userIsolation>
        <directoryBrowse showFlags="" />
        <messages suppressDefaultBanner="true" />
        <fileHandling allowReadUploadsInProgress="true" />
      </ftpServer>
    </site>

    Is there any other setting that we've missed or any known problems with this setting? Unfortunatly allowReadUploadsInProgress doesn't seem to have any effect at all on our server.

    Best regards, Jonas Mixter
  • 07-13-2009, 7:50 AM In reply to

    Re: FTP 7.5, Cannot access file while in use

    Did you restart the service or reboot the server after making the change?

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 07-13-2009, 8:09 AM In reply to

    Re: FTP 7.5, Cannot access file while in use

    Thanks for a quick answer!

    steve schofield:

    Did you restart the service or reboot the server after making the change?

     

    Yes, we've had the settings enabled for a few weeks, over several reboots of the server. I've also verified that the setting is still there after the reboot, but still no luck...

    Best regards, Jonas Mixter

  • 09-23-2009, 3:49 AM In reply to

    Re: FTP 7.5, Cannot access file while in use

    Does anyone alse have similar problems to this? I still can't get this working. :-/
  • 10-02-2009, 4:51 PM In reply to

    • aleduran
    • Not Ranked
    • Joined on 10-02-2009, 8:45 PM
    • Posts 1

    Re: FTP 7.5, Cannot access file while in use

    jonasmixter:
    Does anyone alse have similar problems to this? I still can't get this working. :-/

    Hi jonasmixter. Have you found a solution to this? I'm having that very same problem.

  • 10-02-2009, 6:02 PM In reply to

    Re: FTP 7.5, Cannot access file while in use

    No, I have not. :-( It seems like the option allowReadUploadsInProgress doesn't make any difference at all. If anyone have any suggestions it would be most appreciated. / Jonas
Page 1 of 1 (6 items)