• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question FTP storage settings error

_JuX

New Pleskian
Good morning all.

I have a problem when I want to configure a full ftp backup of my plesk.

I backup each site on my personal NAS using ftp it works well. But I would like to make a full backup of plesk on my host's(scaleway) ftp.

I have the error : Curl error: (7) Couldn't connect to server: Last FTP request: PASV Last FTP response: 227 Entering Passive Mode (hostip).

I did : curl -v --ftp-pasv -u sd-124*** 'ftp://dedibackup-dc3.online.net//backup/'

Result :

TCP_NODELAY set
* Expire in 149999 ms for 3 (transfer 0x55aae90fcfb0)
* Expire in 200 ms for 4 (transfer 0x55aae90fcfb0)
* Connected to dedibackup-dc3.online.net (hostip) port 21 (#0)
< 220 server ready - login please
> USER sd-124***
< 331 password required
> PASS *********
< 230 login accepted
> PWD
< 257 "/" is your current location
* Entry path is '/'
> CWD /
* ftp_perform ends with SECONDARY: 0
< 250 OK. Current directory is /
> CWD backup
< 250 OK. Current directory is /backup
> EPSV
* Connect data stream passively
< 502 command not implemented
* Failed EPSV attempt. Disabling EPSV
> PASV
< 227 Entering Passive Mode (hostip)
* Trying hostip...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0x55aae90fcfb0)
* Connecting to hostip (hostip) port hostip
* Connected to dedibackup-dc3.online.net (hostip) port 21 (#0)
> TYPE A
< 200 TYPE is now ASCII
> LIST
< 150 Accepted data connection
* Maxdownload = -1
* Remembering we are in dir "/backup/"
< 226 0 matches total
* Connection #0 to host dedibackup-dc3.online.net left intact

Do you know where it can come from.

Thank you in advance.
 
Back
Top