• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Backup error to SFTP server

WagnerS

New Pleskian
Hi,

I have 2 plesk servers, 1 linux and 1 windows.

On linux everything were ok configuring Personal FTP Repository Settings and backup are working perfectly.

On windows plesk I'm receiving the following error registering my ftp repository:
"Error: FTP connection failed, please check your FTP settings.
Repository error: Transport error: unable to list directory: Curl error: FTP: couldn't retrieve (RETR failed) the specified file"

Note that the configuration on both plesks are the same, connecting to same server with same credentials only "directory for backup" is different and exists and permissions are ok.

On my ftp server I got on proftpd.log:
Oct 19 14:09:03 cl-437 proftpd[19746] myftpserver.com (mypleskserver.com[xxx.xxx.xxx.xxx]): FTP session opened.
Oct 19 14:09:04 cl-437 proftpd[19746] myftpserver.com (mypleskserver.com[xxx.xxx.xxx.xxx]): Preparing to chroot to directory '/home/offsitebck'
Oct 19 14:09:04 cl-437 proftpd[19746] myftpserver.com (mypleskserver.com[xxx.xxx.xxx.xxx]): USER offsitebck: Login successful.
Oct 19 14:10:07 cl-437 proftpd[19746] myftpserver.com (mypleskserver.com[xxx.xxx.xxx.xxx]): FTP session closed.

I appreciate any help.

Thanks,

Wagner Sartori Junior
 
Found a bug and the problem:
1) If SFTP is selected, it try to use port 22(SSH) and the correct is port 21. On plesk linux it uses port 21. Workaround is to add :21 after hostname or IP on "FTP server hostname or IP"
2) When the firewall of windows server is enabled, it drops remote port 20(that is used for active ftp connections). You have to add a firewall rule on inbound allowing remote port tcp 20.

Working perfectly on windows 2008 r2 with proftpd ftp server on linux server.
 
Back
Top