• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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