• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

FTP Problems

M

mp3il

Guest
Hey there,

Once I download a file from my ftp server(I'm using plesk 8.2 on Windows) It seems it save the file in some temp directory and every time I will download the same file it will show me the old file, even though the content is been changed.

the server is running the original microsoft ftp server.

For example, I upload file called: exampled.txt that contain the word "test"
After that, I edited the file so it contain: "testing123"
After that, I download the file exampled.txt from the FTP SERVER and it shows that the content is: "test", like it's never been changed
but, while testing in the temrinal server I looked for the file, and it's contain "testing123" so the file been changed for sure!

Any idea's? Iv'e tried using 2 FTP PROGRAMS: FlashFXP and FileZilla

Guy.
 
Hello,

Most probably your FTP programms (FlashFXP and FileZilla) use their cache. Please try to use the simples consle-ftp client
 
Problem solved:

Microsoft IIS Ftp service using some stupid cache, in order to disable it look for:
You can perform the below step to disable the cache:
1. Click "Start", click "Run", type "regedit" (without the quotation
marks), and then click "OK".
2. Locate and then click the following registry subkey:

HEKY_LOCAL_MACHINE\SYSTEM\CurrentControl
Set\Services\InetInfo\Parameters
3. Right-click "Parameters", point to "New", and then clicks "DWORD Value".
4. In the "New Value #1" box, type "DisableMemoryCache" (without the
quotation marks), and then press ENTER.
5. Right-click "DisableMemoryCache", and then clicks "Modify".
6. In the "Value data" box, type "1" (without the quotation marks), and
then click "OK".
7. Quit Registry Editor, and then restart the computer or run IISREST from
the command line.
 
Back
Top