Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. Testing Connection ...
  2. + set color:use-color yes
  3. + set cmd:interactive yes
  4. + set file:charset utf-8
  5. + set xfer:clobber on
  6. + set ftp:timezone
  7. + set cmd:show-status yes
  8. + set cmd:set-term-status yes
  9. + set ftp:list-options -a
  10. + set cmd:fail-exit yes
  11. + set cmd:time-style "%Y-%m-%d %H:%M:%S"
  12. + set ftp:ssl-allow no
  13. + set ssl:verify-certificate no
  14. + set net:max-retries 3
  15. + set net:timeout 20
  16. + set net:reconnect-interval-base 5
  17. + set net:reconnect-interval-multiplier 1
  18. + open -u **user**,**pass** ftp://givingindependence.org:21
  19. ---- Resolving host address...
  20. ---- 1 address found: 192.185.16.150
  21. + cd /www/Manage/
  22. ---- Connecting to givingindependence.org (192.185.16.150) port 21
  23. <--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  24. <--- 220-You are user number 3 of 150 allowed.
  25. <--- 220-Local time is now 17:57. Server port: 21.
  26. <--- 220-IPv6 connections are also welcome on this server.
  27. <--- 220 You will be disconnected after 15 minutes of inactivity.
  28. ---> FEAT
  29. <--- 211-Extensions supported:
  30. <--- EPRT
  31. <--- IDLE
  32. <--- MDTM
  33. <--- SIZE
  34. <--- MFMT
  35. <--- REST STREAM
  36. <--- MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  37. <--- MLSD
  38. <--- AUTH TLS
  39. <--- PBSZ
  40. <--- PROT
  41. <--- UTF8
  42. <--- TVFS
  43. <--- ESTA
  44. <--- PASV
  45. <--- EPSV
  46. <--- SPSV
  47. <--- ESTP
  48. <--- 211 End.
  49. ---> OPTS UTF8 ON
  50. <--- 200 OK, UTF-8 enabled
  51. ---> USER **user**
  52. <--- 331 User **user** OK. Password required
  53. ---> PASS **pass**
  54. <--- 230 OK. Current restricted directory is /
  55. ---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid
  56. <--- 200 MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
  57. ---> PWD
  58. <--- 257 "/" is your current location
  59. ---- CWD path to be sent is `/www/Manage'
  60. ---> CWD /www/Manage
  61. <--- 250 OK. Current directory is /public_html/Manage
  62. cd ok, cwd=/www/Manage
  63. + ls
  64. ---> PASV
  65. <--- 227 Entering Passive Mode (192,185,16,150,123,230)
  66. ---- Connecting data socket to (192.185.16.150) port 31718
  67. ---- Data connection established
  68. ---> LIST -a
  69. <--- 150 Accepted data connection
  70. ---- Got EOF on data connection
  71. ---- Closing data socket
  72. drwxr-xr-x 7 **user** **user** 4096 Jun 19 17:55 .
  73. drwxr-x--- 34 **user** 99 4096 Jun 19 17:55 ..
  74. drwxr-xr-x 2 **user** **user** 4096 Jun 19 17:22 css
  75. drwxr-xr-x 2 **user** **user** 4096 Jun 19 17:22 dmxAppConnect
  76. drwxr-xr-x 4 **user** **user** 4096 Jun 19 17:29 dmxConnect
  77. drwxr-xr-x 5 **user** **user** 4096 Jun 19 17:29 dmxConnectLib
  78. drwxr-xr-x 2 **user** **user** 4096 Jun 19 17:35 dmxConnections
  79. -rw-r--r-- 1 **user** **user** 151 Jun 13 10:36 index.html
  80. <--- 226-Options: -a -l
  81. <--- 226 8 matches total
  82. + put __wappler_ftp_test__.php
  83. ---> TYPE I
  84. <--- 200 TYPE is now 8-bit binary
  85. ---> PASV
  86. <--- 227 Entering Passive Mode (192,185,16,150,121,183)
  87. ---- Connecting data socket to (192.185.16.150) port 31159
  88. ---- Data connection established
  89. ---> ALLO 38
  90. <--- 200 A L'HUILE
  91. ---> STOR __wappler_ftp_test__.php
  92. <--- 150 Accepted data connection
  93. ---- Closing data socket
  94. `__wappler_ftp_test__.php' at 38 (100%) [Waiting for transfer to comp <--- 226-File successfully transferred
  95. <--- 226 0.049 seconds (measured here), 0.76 Kbytes per second
  96. ---> MFMT 20190619225747 __wappler_ftp_test__.php
  97. `__wappler_ftp_test__.php' at 38 (100%) [Waiting for transfer to comp <--- 213 UTIME OK
  98. 38 bytes transferred
  99. ---> QUIT
  100. <--- 221-Goodbye. You uploaded 1 and downloaded 0 kbytes.
  101. <--- 221 Logout.
  102. ---- Closing control socket
  103. + set color:use-color yes
  104. + set cmd:interactive yes
  105. + set file:charset utf-8
  106. + set xfer:clobber on
  107. + set ftp:timezone
  108. + set cmd:show-status yes
  109. + set cmd:set-term-status yes
  110. + set ftp:list-options -a
  111. + set cmd:fail-exit yes
  112. + set cmd:time-style "%Y-%m-%d %H:%M:%S"
  113. + set ftp:ssl-allow no
  114. + set ssl:verify-certificate no
  115. + set net:max-retries 3
  116. + set net:timeout 20
  117. + set net:reconnect-interval-base 5
  118. + set net:reconnect-interval-multiplier 1
  119. + open -u **user**,**pass** ftp://givingindependence.org:21
  120. ---- Resolving host address...
  121. ---- 1 address found: 192.185.16.150
  122. + cd /www/Manage/
  123. ---- Connecting to givingindependence.org (192.185.16.150) port 21
  124. <--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  125. <--- 220-You are user number 3 of 150 allowed.
  126. <--- 220-Local time is now 17:57. Server port: 21.
  127. <--- 220-IPv6 connections are also welcome on this server.
  128. <--- 220 You will be disconnected after 15 minutes of inactivity.
  129. ---> FEAT
  130. <--- 211-Extensions supported:
  131. <--- EPRT
  132. <--- IDLE
  133. <--- MDTM
  134. <--- SIZE
  135. <--- MFMT
  136. <--- REST STREAM
  137. <--- MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  138. <--- MLSD
  139. <--- AUTH TLS
  140. <--- PBSZ
  141. <--- PROT
  142. <--- UTF8
  143. <--- TVFS
  144. <--- ESTA
  145. <--- PASV
  146. <--- EPSV
  147. <--- SPSV
  148. <--- ESTP
  149. <--- 211 End.
  150. ---> OPTS UTF8 ON
  151. <--- 200 OK, UTF-8 enabled
  152. ---> USER **user**
  153. <--- 331 User **user** OK. Password required
  154. ---> PASS **pass**
  155. <--- 230 OK. Current restricted directory is /
  156. ---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid
  157. <--- 200 MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
  158. ---> PWD
  159. <--- 257 "/" is your current location
  160. ---- CWD path to be sent is `/www/Manage'
  161. ---> CWD /www/Manage
  162. <--- 250 OK. Current directory is /public_html/Manage
  163. cd ok, cwd=/www/Manage
  164. + rm __wappler_ftp_test__.php
  165. ---> DELE __wappler_ftp_test__.php
  166. <--- 250 Deleted __wappler_ftp_test__.php
  167. rm ok, `__wappler_ftp_test__.php' removed
  168. ---> QUIT
  169. <--- 221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
  170. <--- 221 Logout.
  171. ---- Closing control socket
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement