• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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