Advertisement
zeplintwo

Connection Loss PingPerfect Gameserver FTP

Jun 30th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Opening FTP connection to 173.234.30.124
  2. FTP login with username ToddS1
  3. <<< 220 Pingperfect FTP Server
  4.  
  5. >>> USER ToddS1
  6. <<< 331 User name okay, need password.
  7.  
  8. >>> PASS ***********
  9. <<< 230 User logged in, proceed.
  10.  
  11. >>> FEAT
  12. <<< 211-FEAT
  13. 211 END
  14.  
  15. >>> CWD .
  16. <<< 550 The system cannot find the file specified.
  17.  
  18. RECONNECTING FTP, PLEASE WAIT...
  19. >>> QUIT
  20. <<< 220 Pingperfect FTP Server
  21.  
  22. >>> USER ToddS1
  23. <<< 331 User name okay, need password.
  24.  
  25. >>> PASS ***********
  26. <<< 230 User logged in, proceed.
  27.  
  28. >>> FEAT
  29. <<< 211-FEAT
  30. 211 END
  31.  
  32. --> FTP reconnected
  33. >>> PWD
  34. <<< 257 "/" is current directory
  35.  
  36. >>> CWD /
  37. <<< 250 CWD command successful.
  38.  
  39. >>> PWD
  40. <<< 257 "/" is current directory
  41.  
  42. Opening directory /...
  43. >>> PWD
  44. <<< 257 "/" is current directory
  45.  
  46. >>> CWD /
  47. <<< 250 CWD command successful.
  48.  
  49. >>> TYPE A
  50. <<< 200 Command okay.
  51.  
  52. >>> PASV
  53. <<< 227 Entering Passive Mode (173,234,30,124,19,136).
  54.  
  55. >>> LIST
  56. <<< 150 File status okay; about to open data connection.
  57.  
  58. <<< 226 Closing data connection.
  59.  
  60. >>> CWD /
  61. <<< 250 CWD command successful.
  62.  
  63. Directory / opened. Showing file list...
  64. >>> CWD .
  65. <<< 550 The system cannot find the file specified.
  66.  
  67. RECONNECTING FTP, PLEASE WAIT...
  68. >>> QUIT
  69. <<< 220 Pingperfect FTP Server
  70.  
  71. >>> USER ToddS1
  72. <<< 331 User name okay, need password.
  73.  
  74. >>> PASS ***********
  75. <<< 230 User logged in, proceed.
  76.  
  77. >>> FEAT
  78. <<< 211-FEAT
  79. 211 END
  80.  
  81. --> FTP reconnected
  82. >>> CWD /173.234.30.124_28015/
  83. <<< 250 CWD command successful.
  84.  
  85. >>> PWD
  86. <<< 257 "/173.234.30.124_28015" is current directory
  87.  
  88. Opening directory /173.234.30.124_28015...
  89. >>> PWD
  90. <<< 257 "/173.234.30.124_28015" is current directory
  91.  
  92. >>> CWD /173.234.30.124_28015
  93. <<< 250 CWD command successful.
  94.  
  95. >>> TYPE A
  96. <<< 200 Command okay.
  97.  
  98. >>> PASV
  99. <<< 227 Entering Passive Mode (173,234,30,124,19,136).
  100.  
  101. >>> LIST
  102. <<< 150 File status okay; about to open data connection.
  103.  
  104. <<< 226 Closing data connection.
  105.  
  106. >>> CWD /173.234.30.124_28015
  107. <<< 250 CWD command successful.
  108.  
  109. Directory /173.234.30.124_28015 opened. Showing file list...
  110. >>> CWD .
  111. <<< 550 The system cannot find the file specified.
  112.  
  113. RECONNECTING FTP, PLEASE WAIT...
  114. >>> QUIT
  115. <<< 220 Pingperfect FTP Server
  116.  
  117. >>> USER ToddS1
  118. <<< 331 User name okay, need password.
  119.  
  120. >>> PASS ***********
  121. <<< 230 User logged in, proceed.
  122.  
  123. >>> FEAT
  124. <<< 211-FEAT
  125. 211 END
  126.  
  127. --> FTP reconnected
  128. >>> CDUP
  129. <<< 257 "/" is current directory
  130.  
  131. Error EElFTPSUnacceptedReplyError: Unaccepted server reply (error code is 257)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement