Skip to content

Instantly share code, notes, and snippets.

@maliakmal
Created September 16, 2019 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maliakmal/c67c207ca1e79b487cc8fd9499e52dbe to your computer and use it in GitHub Desktop.
Save maliakmal/c67c207ca1e79b487cc8fd9499e52dbe to your computer and use it in GitHub Desktop.
GitFTP Error
+ git ftp push -u "$FTP_DEMO_USERNAME" -p "$FTP_DEMO_PASSWORD" ftp://$FTP_DEMO_PLUGIN_HOST --force -vv
Mon Sep 16 23:17:12 UTC 2019: git-ftp version 1.5.1 running on Linux 5bb00ba1-6e3a-4a91-9711-19de3724ad1a 4.19.50-coreos-r1 #1 SMP Mon Jun 24 22:08:34 -00 2019 x86_64 x86_64 x86_64 GNU/Linux
Mon Sep 16 23:17:12 UTC 2019: Forced mode enabled.
Mon Sep 16 23:17:12 UTC 2019: Host is 'demosite200.com'.
Mon Sep 16 23:17:12 UTC 2019: User is 'orthov2@demosite200.com'.
Mon Sep 16 23:17:12 UTC 2019: Password is set.
Mon Sep 16 23:17:12 UTC 2019: CACert is ''.
Mon Sep 16 23:17:12 UTC 2019: Insecure is '0'.
Mon Sep 16 23:17:12 UTC 2019: Proxy is ''.
Mon Sep 16 23:17:12 UTC 2019: Added missing trailing / in path.
Mon Sep 16 23:17:12 UTC 2019: Path is 'wp-content/plugins/'.
Mon Sep 16 23:17:12 UTC 2019: Syncroot is './'.
Mon Sep 16 23:17:12 UTC 2019: The remote sha1 is saved in file '.git-ftp.log'.
Mon Sep 16 23:17:12 UTC 2019: Check if curl is functional.
Mon Sep 16 23:17:12 UTC 2019: Retrieving last commit from ftp://orthov2%40demosite200.com:***@demosite200.com/wp-content/plugins/.
* Trying 184.154.206.144...
* Connected to demosite200.com (184.154.206.144) port 21 (#0)
< 220 BitNinja FTP CAPTCHA server
> USER orthov2@demosite200.com
< 331 Password required for orthov2@demosite200.com.
> PASS $FTP_DEMO_PASSWORD
< 230 User orthov2@demosite200.com logged in from 34.232.25.90.
> PWD
< 257 "/" is current directory.
* Entry path is '/'
> CWD wp-content
* ftp_perform ends with SECONDARY: 0
< 250 CWD command succesful.
> CWD plugins
< 250 CWD command succesful.
> EPSV
* Connect data stream passively
< 502 Command not implemented.
* Failed EPSV attempt. Disabling EPSV
> PASV
< 452 Can't open data connection.
* Bad PASV/EPSV response: 452
* Remembering we are in dir "wp-content/plugins/"
* Connection #0 to host demosite200.com left intact
curl: (13) Bad PASV/EPSV response: 452
Mon Sep 16 23:17:13 UTC 2019: fatal: Could not get last commit. Network down? Wrong URL? Use 'git ftp init' for the initial push., exiting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment