• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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