• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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