We are Borg
New Pleskian
I have an issue with FTP(S) Storage Settings, i fill in all fields but i get the following error below:
The password is filled in and is correct if i do curl then i get the following:
I have no idea why Plesk FTP(S) Storage Settings is not reading the password i filled in.
Code:
Error: Unable to access the storage: Transport error: unable to list directory: Curl error: (28) Timeout was reached: Last FTP request: PASS ***** Last FTP response: 331 Password required for Username
Make sure you have entered the correct storage settings. You can check them independently with the command:
curl -v -P - --ssl -k -u Username 'ftp://userdomain.dynamic-dns.net/backup/'
The password is filled in and is correct if i do curl then i get the following:
Code:
root@ip:~# curl -v -P - --ssl -k -u Username 'ftp://mydomain.dynamic-dns.net/backup/'
Enter host password for user 'Username':
* Trying myip...
* TCP_NODELAY set
* Connected to mydomain.dynamic-dns.net (myip) port 21 (#0)
< 220 nas FTP server ready.
> AUTH SSL
< 234 AUTH SSL command successful.
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Request CERT (13):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* Server certificate:
* subject: C=TW; L=Taipei; O=Synology Inc.; CN=synology.com
* start date: Dec 17 12:10:44 2016 GMT
* expire date: Sep 3 12:10:44 2036 GMT
* issuer: C=TW; L=Taipei; O=Synology Inc.; CN=Synology Inc. CA
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
> USER Username
< 331 Password required for Username.
> PASS mypassword
I have no idea why Plesk FTP(S) Storage Settings is not reading the password i filled in.