• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue FTP to store Plesk server backup

zakaria

Basic Pleskian
Server operating system version
debian 10
Plesk version and microupdate number
Version 18.0.42 Update #1
Hi, hope everyone is doing well;
I set up an FTP server with IIS to store backups, it worked fine but not when it's behind pfSense firewall
even with port 21 forwarded, I needed to also forward the range for passive mode for it to work
but then it stopped working for no apparent reason, I get Curl error: (28) Timeout was reached
I set the range for now to 5000-10000, but I want to make it smaller if possible
I also wanted to move to FTPS, I certified it and when tried to use it, it didn't work with and without the firewall
do I need to do something other than ticking the use FTPS option?
 
I managed to solve the issue

turns out, IIS didn't use the range I specified, it's a problem with IIS needing to restart ftpsvc service from services restart in IIS doesn't work
the one time that worked was just a coincidence, IIS probably used a port within the range open in pfSense
this solved FTP through pfSense, but to make FTPS work I needed to also allow port 990

now I can make the range as small as I need, even down to one port, but I wouldn't recommend it just in case some other application take that port
 
After more testing, it seems forwarding port 990 doesn't make a difference, so I'm not sure what was stopping FTPS from working
 
Back
Top