Guest User

Untitled

a guest
Jan 6th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. * Maxdownload = -1
  2. * Failed writing body (0 != 131)
  3.  
  4. git ftp init -vv
  5.  
  6. Sun, Jan 6, 2019 6:53:19 PM: git-ftp version 1.5.1 running on MINGW64_NT-10.0 LAPTOP-VQH0NQNO 2.11.2(0.329/5/3) 2018-11-10 14:38 x86_64 Msys
  7. Sun, Jan 6, 2019 6:53:21 PM: Host is 'ftp.****.site'.
  8. Sun, Jan 6, 2019 6:53:21 PM: User is '****'.
  9. Sun, Jan 6, 2019 6:53:22 PM: Password is set.
  10. Sun, Jan 6, 2019 6:53:22 PM: CACert is ''.
  11. Sun, Jan 6, 2019 6:53:22 PM: Insecure is '0'.
  12. Sun, Jan 6, 2019 6:53:22 PM: Proxy is ''.
  13. Sun, Jan 6, 2019 6:53:23 PM: Path is 'public_html/'.
  14. Sun, Jan 6, 2019 6:53:23 PM: Syncroot is 'c:/xampp/htdocs/hsositetest/'.
  15. Sun, Jan 6, 2019 6:53:23 PM: The remote sha1 is saved in file '.git-ftp.log'.
  16. Sun, Jan 6, 2019 6:53:23 PM: Check if curl is functional.
  17. Sun, Jan 6, 2019 6:53:23 PM: Check if ftp://****:***@ftp.****.site is accessible.
  18. * Trying ****...
  19. * TCP_NODELAY set
  20. * Connected to ftp.****.site (****) port 21 (#0)
  21. < 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  22. < 220-You are user number 4 of 50 allowed.
  23. < 220-Local time is now 18:53. Server port: 21.
  24. < 220-This is a private system - No anonymous login
  25. < 220-IPv6 connections are also welcome on this server.
  26. < 220 You will be disconnected after 15 minutes of inactivity.
  27. > USER ****
  28. < 331 User **** OK. Password required
  29. > PASS ****
  30. < 230 OK. Current restricted directory is /
  31. > PWD
  32. < 257 "/" is your current location
  33. * Entry path is '/'
  34. > CWD public_html
  35. * ftp_perform ends with SECONDARY: 0
  36. < 250 OK. Current directory is /public_html
  37. > EPSV
  38. * Connect data stream passively
  39. < 229 Extended Passive Mode Entered (|||61618|)
  40. * Trying ****...
  41. * TCP_NODELAY set
  42. * Connecting to **** (****) port 61618
  43. * Connected to ftp.****.site (****) port 21 (#0)
  44. > TYPE A
  45. < 200 TYPE is now ASCII
  46. > LIST
  47. < 150 Accepted data connection
  48. * Maxdownload = -1
  49. * Failed writing body (0 != 131)
  50. * Closing connection 0
  51. curl: (23) Failed writing body (0 != 131)
  52. Sun, Jan 6, 2019 6:53:24 PM: fatal: Can't access remote 'ftp://****:***@ftp.****.site', exiting...
  53.  
  54. [git-ftp]
  55. url = ftp://ftp.****.site
  56. user = ****
  57. password = ****
  58. remote-root = public_html
  59. syncroot = c:/xampp/htdocs/hsositetest/
Add Comment
Please, Sign In to add comment