• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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