• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

FTP Problems

A

Andrew Wataszko

Guest
Hello,

Having a heck of a time with some Plesk Issue's.

Windows Server 2008
Plesk 9.5
MS FTP Service

So, I try to upload a file in Active Mode, it fails after maybe a few seconds

200 PORT command successful.
Command: STOR hunter1.zip
Response: 550 The process cannot access the file because it is being used by another process.
Error: Critical file transfer error

After the transfer fails, I cannot do anything with the file.

Error: Unable to remove file /httpdocs/hunter1.zip: Access denied

What is the problem here?

I'm fustrated at this point as I cant even upload a 35MB zip file!


Thanks,
Andrew
 
Try to create the registry key TmpIniFileCopyCount (DWORD type) with value 1000 at the Plesk configuration section:

HKEY_LOCAL_MACHINE\SOFTWARE\[Wow6432Node\]PLESK\PSA Config\Config\

[Wow6432Node\] is used in case the server is Windows x64.

If key TmpIniFileCopyCount already exists with some value, change it to 1000. This string increases the number of retry attempts for IIS to get access to the file
 
Back
Top