• 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.

Issue SFTP Backup Extension - cURL error (1): Protocol "sftp" not supported or disabled in libcurl

---Luke---

New Pleskian
When trying to set up a remote storage sftp connection (through the sftp backup extension) I get the follwoing error: cURL error (1): Protocol "sftp" not supported or disabled in libcurl

When I check my terminal
# curl -V
sftp is not listed as supportet protocol.

What do I have to do to make sftp available?

Thank you for all your efforts!

Best wishes
L
 
Curl is the package from your OS vendor but not from Plesk. So, make sure that you have curl version with sftp support. For example, on my Plesk server installed on CentOS7 I see:

# rpm -qi curl
Name : curl
Version : 7.29.0
Release : 46.el7
Architecture: x86_64
Install Date: Thu 17 May 2018 03:45:57 AM +07
Group : Applications/Internet
Size : 540259
License : MIT
Signature : RSA/SHA256, Wed 25 Apr 2018 05:56:37 PM +07, Key ID 24c6a8a7f4a80eb5
Source RPM : curl-7.29.0-46.el7.src.rpm
Build Date : Fri 13 Apr 2018 12:55:39 AM +07
Build Host : x86-01.bsys.centos.org
Relocations : (not relocatable)
Packager : CentOS BuildSystem <My View - CentOS Bug Tracker>
Vendor : CentOS

URL : curl
Summary : A utility for getting files from remote servers (FTP, HTTP, and others)
Description :
curl is a command line tool for transferring data with URL syntax, supporting
FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
uploading, HTTP form based upload, proxies, cookies, user+password
authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
resume, proxy tunneling and a busload of other useful tricks.
 
Back
Top