Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.48 KB | None | 0 0
  1. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":222}
  2. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  3. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  4. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  5. [debug] Client: Trying ssh.domain.com on port 22 ...
  6. [debug] Client: Connected
  7. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  8. [debug] Outgoing: Writing KEXINIT
  9. [debug] DEBUG: Comparing KEXINITs ...
  10. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  11. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  12. [debug] KEX algorithm: ecdh-sha2-nistp256
  13. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  14. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  15. [debug] Host key format: ssh-rsa
  16. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  17. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  18. [debug] Client->Server Cipher: aes128-ctr
  19. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  20. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  21. [debug] Server->Client Cipher: aes128-ctr
  22. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  23. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  24. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  25. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  26. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  27. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  28. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  29. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  30. [debug] Client->Server compression algorithm: none
  31. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  32. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  33. [debug] Server->Client compression algorithm: none
  34. [debug] Outgoing: Writing KEXECDH_INIT
  35. [debug] DEBUG: Checking host key format
  36. [debug] DEBUG: Checking signature format
  37. [debug] DEBUG: Verifying host fingerprint
  38. [debug] DEBUG: Host accepted by default (no verification)
  39. [debug] DEBUG: Verifying signature
  40. [debug] Outgoing: Writing NEWKEYS
  41. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  42. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  43. [debug] Client: none auth failed
  44. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  45. [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
  46. [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
  47. [debug] Outgoing: Writing CHANNEL_DATA (0)
  48. [debug] Outgoing: Writing MKDIR
  49. [debug] Outgoing: Writing CHANNEL_DATA (0)
  50. [debug] Outgoing: Writing LSTAT
  51. [debug] Outgoing: Writing CHANNEL_DATA (0)
  52. [error] Error: Failure
  53. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  54. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  55. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  56. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  57. at doWrite (_stream_writable.js:387:12)
  58. at writeOrBuffer (_stream_writable.js:373:5)
  59. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  60. at Channel.ondata (_stream_readable.js:639:20)
  61. at emitOne (events.js:116:13)
  62. at Channel.emit (events.js:211:7)
  63. at addChunk (_stream_readable.js:263:12)
  64. at readableAddChunk (_stream_readable.js:250:11)
  65. at Channel.Readable.push (_stream_readable.js:208:10)
  66. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  67. at emitOne (events.js:116:13)
  68. at SSH2Stream.emit (events.js:211:7)
  69. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  70. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  71. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  72. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  73. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  74. at doWrite (_stream_writable.js:387:12)
  75. at writeOrBuffer (_stream_writable.js:373:5)
  76. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  77. at Socket.ondata (_stream_readable.js:639:20)
  78. at emitOne (events.js:116:13)
  79. at Socket.emit (events.js:211:7)
  80. at addChunk (_stream_readable.js:263:12)
  81. at readableAddChunk (_stream_readable.js:250:11)
  82. at Socket.Readable.push (_stream_readable.js:208:10)
  83. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  84. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  85. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  86. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  87. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  88. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  89. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  90. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  91. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  92. [trace] run command 'Upload File'
  93. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  94. [debug] Outgoing: Writing MKDIR
  95. [debug] Outgoing: Writing CHANNEL_DATA (0)
  96. [debug] Outgoing: Writing LSTAT
  97. [debug] Outgoing: Writing CHANNEL_DATA (0)
  98. [error] Error: Failure
  99. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  100. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  101. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  102. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  103. at doWrite (_stream_writable.js:387:12)
  104. at writeOrBuffer (_stream_writable.js:373:5)
  105. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  106. at Channel.ondata (_stream_readable.js:639:20)
  107. at emitOne (events.js:116:13)
  108. at Channel.emit (events.js:211:7)
  109. at addChunk (_stream_readable.js:263:12)
  110. at readableAddChunk (_stream_readable.js:250:11)
  111. at Channel.Readable.push (_stream_readable.js:208:10)
  112. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  113. at emitOne (events.js:116:13)
  114. at SSH2Stream.emit (events.js:211:7)
  115. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  116. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  117. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  118. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  119. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  120. at doWrite (_stream_writable.js:387:12)
  121. at writeOrBuffer (_stream_writable.js:373:5)
  122. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  123. at Socket.ondata (_stream_readable.js:639:20)
  124. at emitOne (events.js:116:13)
  125. at Socket.emit (events.js:211:7)
  126. at addChunk (_stream_readable.js:263:12)
  127. at readableAddChunk (_stream_readable.js:250:11)
  128. at Socket.Readable.push (_stream_readable.js:208:10)
  129. at TCP.onread (net.js:594:20)
  130. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  131. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  132. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":222}
  133. [debug] Outgoing: Writing CHANNEL_CLOSE (0)
  134. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  135. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  136. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  137. [debug] Client: Trying ssh.domain.com on port 22 ...
  138. [debug] Client: Connected
  139. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  140. [debug] Outgoing: Writing KEXINIT
  141. [debug] DEBUG: Comparing KEXINITs ...
  142. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  143. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  144. [debug] KEX algorithm: ecdh-sha2-nistp256
  145. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  146. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  147. [debug] Host key format: ssh-rsa
  148. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  149. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  150. [debug] Client->Server Cipher: aes128-ctr
  151. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  152. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  153. [debug] Server->Client Cipher: aes128-ctr
  154. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  155. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  156. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  157. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  158. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  159. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  160. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  161. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  162. [debug] Client->Server compression algorithm: none
  163. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  164. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  165. [debug] Server->Client compression algorithm: none
  166. [debug] Outgoing: Writing KEXECDH_INIT
  167. [debug] DEBUG: Checking host key format
  168. [debug] DEBUG: Checking signature format
  169. [debug] DEBUG: Verifying host fingerprint
  170. [debug] DEBUG: Host accepted by default (no verification)
  171. [debug] DEBUG: Verifying signature
  172. [debug] Outgoing: Writing NEWKEYS
  173. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  174. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  175. [debug] Client: none auth failed
  176. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  177. [debug] Client: password auth failed
  178. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  179. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  180. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  181. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  182. [error] Error: [ssh.domain.com]: All configured authentication methods failed
  183. at Client.client.on.on.err (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/out/src/core/remote-client/sshClient.js:165:28)
  184. at emitOne (events.js:121:20)
  185. at Client.emit (events.js:211:7)
  186. at tryNextAuth (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/client.js:394:12)
  187. at SSH2Stream.onUSERAUTH_FAILURE (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/client.js:599:5)
  188. at emitTwo (events.js:126:13)
  189. at SSH2Stream.emit (events.js:214:7)
  190. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3930:10)
  191. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  192. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  193. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  194. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  195. at doWrite (_stream_writable.js:387:12)
  196. at writeOrBuffer (_stream_writable.js:373:5)
  197. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  198. at Socket.ondata (_stream_readable.js:639:20)
  199. at emitOne (events.js:116:13)
  200. at Socket.emit (events.js:211:7)
  201. at addChunk (_stream_readable.js:263:12)
  202. at readableAddChunk (_stream_readable.js:250:11)
  203. at Socket.Readable.push (_stream_readable.js:208:10)
  204. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  205. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":222}
  206. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  207. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  208. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  209. [debug] Client: Trying ssh.domain.com on port 22 ...
  210. [debug] Client: Connected
  211. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  212. [debug] Outgoing: Writing KEXINIT
  213. [debug] DEBUG: Comparing KEXINITs ...
  214. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  215. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  216. [debug] KEX algorithm: ecdh-sha2-nistp256
  217. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  218. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  219. [debug] Host key format: ssh-rsa
  220. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  221. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  222. [debug] Client->Server Cipher: aes128-ctr
  223. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  224. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  225. [debug] Server->Client Cipher: aes128-ctr
  226. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  227. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  228. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  229. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  230. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  231. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  232. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  233. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  234. [debug] Client->Server compression algorithm: none
  235. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  236. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  237. [debug] Server->Client compression algorithm: none
  238. [debug] Outgoing: Writing KEXECDH_INIT
  239. [debug] DEBUG: Checking host key format
  240. [debug] DEBUG: Checking signature format
  241. [debug] DEBUG: Verifying host fingerprint
  242. [debug] DEBUG: Host accepted by default (no verification)
  243. [debug] DEBUG: Verifying signature
  244. [debug] Outgoing: Writing NEWKEYS
  245. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  246. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  247. [debug] Client: none auth failed
  248. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  249. [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
  250. [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
  251. [debug] Outgoing: Writing CHANNEL_DATA (0)
  252. [debug] Outgoing: Writing MKDIR
  253. [debug] Outgoing: Writing CHANNEL_DATA (0)
  254. [debug] Outgoing: Writing LSTAT
  255. [debug] Outgoing: Writing CHANNEL_DATA (0)
  256. [error] Error: Failure
  257. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  258. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  259. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  260. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  261. at doWrite (_stream_writable.js:387:12)
  262. at writeOrBuffer (_stream_writable.js:373:5)
  263. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  264. at Channel.ondata (_stream_readable.js:639:20)
  265. at emitOne (events.js:116:13)
  266. at Channel.emit (events.js:211:7)
  267. at addChunk (_stream_readable.js:263:12)
  268. at readableAddChunk (_stream_readable.js:250:11)
  269. at Channel.Readable.push (_stream_readable.js:208:10)
  270. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  271. at emitOne (events.js:116:13)
  272. at SSH2Stream.emit (events.js:211:7)
  273. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  274. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  275. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  276. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  277. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  278. at doWrite (_stream_writable.js:387:12)
  279. at writeOrBuffer (_stream_writable.js:373:5)
  280. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  281. at Socket.ondata (_stream_readable.js:639:20)
  282. at emitOne (events.js:116:13)
  283. at Socket.emit (events.js:211:7)
  284. at addChunk (_stream_readable.js:263:12)
  285. at readableAddChunk (_stream_readable.js:250:11)
  286. at Socket.Readable.push (_stream_readable.js:208:10)
  287. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  288. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  289. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":2}
  290. [debug] Outgoing: Writing CHANNEL_CLOSE (0)
  291. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  292. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  293. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  294. [debug] Client: Trying ssh.domain.com on port 22 ...
  295. [debug] Client: Connected
  296. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  297. [debug] Outgoing: Writing KEXINIT
  298. [debug] DEBUG: Comparing KEXINITs ...
  299. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  300. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  301. [debug] KEX algorithm: ecdh-sha2-nistp256
  302. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  303. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  304. [debug] Host key format: ssh-rsa
  305. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  306. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  307. [debug] Client->Server Cipher: aes128-ctr
  308. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  309. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  310. [debug] Server->Client Cipher: aes128-ctr
  311. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  312. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  313. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  314. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  315. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  316. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  317. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  318. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  319. [debug] Client->Server compression algorithm: none
  320. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  321. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  322. [debug] Server->Client compression algorithm: none
  323. [debug] Outgoing: Writing KEXECDH_INIT
  324. [debug] DEBUG: Checking host key format
  325. [debug] DEBUG: Checking signature format
  326. [debug] DEBUG: Verifying host fingerprint
  327. [debug] DEBUG: Host accepted by default (no verification)
  328. [debug] DEBUG: Verifying signature
  329. [debug] Outgoing: Writing NEWKEYS
  330. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  331. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  332. [debug] Client: none auth failed
  333. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  334. [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
  335. [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
  336. [debug] Outgoing: Writing CHANNEL_DATA (0)
  337. [debug] Outgoing: Writing MKDIR
  338. [debug] Outgoing: Writing CHANNEL_DATA (0)
  339. [debug] Outgoing: Writing LSTAT
  340. [debug] Outgoing: Writing CHANNEL_DATA (0)
  341. [error] Error: Failure
  342. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  343. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  344. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  345. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  346. at doWrite (_stream_writable.js:387:12)
  347. at writeOrBuffer (_stream_writable.js:373:5)
  348. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  349. at Channel.ondata (_stream_readable.js:639:20)
  350. at emitOne (events.js:116:13)
  351. at Channel.emit (events.js:211:7)
  352. at addChunk (_stream_readable.js:263:12)
  353. at readableAddChunk (_stream_readable.js:250:11)
  354. at Channel.Readable.push (_stream_readable.js:208:10)
  355. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  356. at emitOne (events.js:116:13)
  357. at SSH2Stream.emit (events.js:211:7)
  358. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  359. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  360. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  361. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  362. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  363. at doWrite (_stream_writable.js:387:12)
  364. at writeOrBuffer (_stream_writable.js:373:5)
  365. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  366. at Socket.ondata (_stream_readable.js:639:20)
  367. at emitOne (events.js:116:13)
  368. at Socket.emit (events.js:211:7)
  369. at addChunk (_stream_readable.js:263:12)
  370. at readableAddChunk (_stream_readable.js:250:11)
  371. at Socket.Readable.push (_stream_readable.js:208:10)
  372. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  373. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  374. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":1}
  375. [debug] Outgoing: Writing CHANNEL_CLOSE (0)
  376. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  377. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  378. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  379. [debug] Client: Trying ssh.domain.com on port 22 ...
  380. [debug] Client: Connected
  381. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  382. [debug] Outgoing: Writing KEXINIT
  383. [debug] DEBUG: Comparing KEXINITs ...
  384. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  385. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  386. [debug] KEX algorithm: ecdh-sha2-nistp256
  387. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  388. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  389. [debug] Host key format: ssh-rsa
  390. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  391. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  392. [debug] Client->Server Cipher: aes128-ctr
  393. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  394. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  395. [debug] Server->Client Cipher: aes128-ctr
  396. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  397. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  398. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  399. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  400. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  401. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  402. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  403. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  404. [debug] Client->Server compression algorithm: none
  405. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  406. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  407. [debug] Server->Client compression algorithm: none
  408. [debug] Outgoing: Writing KEXECDH_INIT
  409. [debug] DEBUG: Checking host key format
  410. [debug] DEBUG: Checking signature format
  411. [debug] DEBUG: Verifying host fingerprint
  412. [debug] DEBUG: Host accepted by default (no verification)
  413. [debug] DEBUG: Verifying signature
  414. [debug] Outgoing: Writing NEWKEYS
  415. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  416. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  417. [debug] Client: none auth failed
  418. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  419. [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
  420. [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
  421. [debug] Outgoing: Writing CHANNEL_DATA (0)
  422. [debug] Outgoing: Writing MKDIR
  423. [debug] Outgoing: Writing CHANNEL_DATA (0)
  424. [debug] Outgoing: Writing LSTAT
  425. [debug] Outgoing: Writing CHANNEL_DATA (0)
  426. [error] Error: Failure
  427. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  428. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  429. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  430. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  431. at doWrite (_stream_writable.js:387:12)
  432. at writeOrBuffer (_stream_writable.js:373:5)
  433. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  434. at Channel.ondata (_stream_readable.js:639:20)
  435. at emitOne (events.js:116:13)
  436. at Channel.emit (events.js:211:7)
  437. at addChunk (_stream_readable.js:263:12)
  438. at readableAddChunk (_stream_readable.js:250:11)
  439. at Channel.Readable.push (_stream_readable.js:208:10)
  440. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  441. at emitOne (events.js:116:13)
  442. at SSH2Stream.emit (events.js:211:7)
  443. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  444. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  445. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  446. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  447. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  448. at doWrite (_stream_writable.js:387:12)
  449. at writeOrBuffer (_stream_writable.js:373:5)
  450. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  451. at Socket.ondata (_stream_readable.js:639:20)
  452. at emitOne (events.js:116:13)
  453. at Socket.emit (events.js:211:7)
  454. at addChunk (_stream_readable.js:263:12)
  455. at readableAddChunk (_stream_readable.js:250:11)
  456. at Socket.Readable.push (_stream_readable.js:208:10)
  457. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  458. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  459. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  460. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  461. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  462. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  463. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  464. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  465. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  466. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  467. [debug] Outgoing: Writing DISCONNECT (BY_APPLICATION)
  468. [info] config at /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com {"remotePath":"/www/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"passive":false,"remoteTimeOffsetInHours":0,"port":22,"name":"server1","host":"ssh.domain.com","username":"******","password":"******","limitOpenFilesOnServer":10}
  469. [debug] Outgoing: Writing CHANNEL_CLOSE (0)
  470. [info] [file-save] /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  471. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  472. [debug] Local ident: 'SSH-2.0-ssh2js0.2.1'
  473. [debug] Client: Trying ssh.domain.com on port 22 ...
  474. [debug] Client: Connected
  475. [debug] Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4'
  476. [debug] Outgoing: Writing KEXINIT
  477. [debug] DEBUG: Comparing KEXINITs ...
  478. [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  479. [debug] (remote) KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
  480. [debug] KEX algorithm: ecdh-sha2-nistp256
  481. [debug] (local) Host key formats: ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  482. [debug] (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256
  483. [debug] Host key format: ssh-rsa
  484. [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  485. [debug] (remote) Client->Server ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  486. [debug] Client->Server Cipher: aes128-ctr
  487. [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
  488. [debug] (remote) Server->Client ciphers: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  489. [debug] Server->Client Cipher: aes128-ctr
  490. [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  491. [debug] (remote) Client->Server HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  492. [debug] Client->Server HMAC algorithm: hmac-sha2-256
  493. [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
  494. [debug] (remote) Server->Client HMAC algorithms: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  495. [debug] Server->Client HMAC algorithm: hmac-sha2-256
  496. [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
  497. [debug] (remote) Client->Server compression algorithms: none,zlib@openssh.com
  498. [debug] Client->Server compression algorithm: none
  499. [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
  500. [debug] (remote) Server->Client compression algorithms: none,zlib@openssh.com
  501. [debug] Server->Client compression algorithm: none
  502. [debug] Outgoing: Writing KEXECDH_INIT
  503. [debug] DEBUG: Checking host key format
  504. [debug] DEBUG: Checking signature format
  505. [debug] DEBUG: Verifying host fingerprint
  506. [debug] DEBUG: Host accepted by default (no verification)
  507. [debug] DEBUG: Verifying signature
  508. [debug] Outgoing: Writing NEWKEYS
  509. [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
  510. [debug] Outgoing: Writing USERAUTH_REQUEST (none)
  511. [debug] Client: none auth failed
  512. [debug] Outgoing: Writing USERAUTH_REQUEST (password)
  513. [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
  514. [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
  515. [debug] Outgoing: Writing CHANNEL_DATA (0)
  516. [debug] Outgoing: Writing MKDIR
  517. [debug] Outgoing: Writing CHANNEL_DATA (0)
  518. [debug] Outgoing: Writing LSTAT
  519. [debug] Outgoing: Writing CHANNEL_DATA (0)
  520. [error] Error: Failure
  521. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  522. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  523. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  524. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  525. at doWrite (_stream_writable.js:387:12)
  526. at writeOrBuffer (_stream_writable.js:373:5)
  527. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  528. at Channel.ondata (_stream_readable.js:639:20)
  529. at emitOne (events.js:116:13)
  530. at Channel.emit (events.js:211:7)
  531. at addChunk (_stream_readable.js:263:12)
  532. at readableAddChunk (_stream_readable.js:250:11)
  533. at Channel.Readable.push (_stream_readable.js:208:10)
  534. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  535. at emitOne (events.js:116:13)
  536. at SSH2Stream.emit (events.js:211:7)
  537. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  538. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  539. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  540. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  541. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  542. at doWrite (_stream_writable.js:387:12)
  543. at writeOrBuffer (_stream_writable.js:373:5)
  544. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  545. at Socket.ondata (_stream_readable.js:639:20)
  546. at emitOne (events.js:116:13)
  547. at Socket.emit (events.js:211:7)
  548. at addChunk (_stream_readable.js:263:12)
  549. at readableAddChunk (_stream_readable.js:250:11)
  550. at Socket.Readable.push (_stream_readable.js:208:10)
  551. at TCP.onread (net.js:594:20) download /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  552. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  553. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  554. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  555. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  556. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  557. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  558. [trace] run command 'Upload File'
  559. [trace] handle upload file for /Users/userName/Desktop/Work work/3 - FTP Clients/domain.com/index.php
  560. [debug] Outgoing: Writing MKDIR
  561. [debug] Outgoing: Writing CHANNEL_DATA (0)
  562. [debug] Outgoing: Writing LSTAT
  563. [debug] Outgoing: Writing CHANNEL_DATA (0)
  564. [error] Error: Failure
  565. at SFTPStream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:412:27)
  566. at SFTPStream.Transform._read (_stream_transform.js:186:10)
  567. at SFTPStream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/sftp.js:183:15)
  568. at SFTPStream.Transform._write (_stream_transform.js:174:12)
  569. at doWrite (_stream_writable.js:387:12)
  570. at writeOrBuffer (_stream_writable.js:373:5)
  571. at SFTPStream.Writable.write (_stream_writable.js:290:11)
  572. at Channel.ondata (_stream_readable.js:639:20)
  573. at emitOne (events.js:116:13)
  574. at Channel.emit (events.js:211:7)
  575. at addChunk (_stream_readable.js:263:12)
  576. at readableAddChunk (_stream_readable.js:250:11)
  577. at Channel.Readable.push (_stream_readable.js:208:10)
  578. at SSH2Stream.<anonymous> (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2/lib/Channel.js:166:15)
  579. at emitOne (events.js:116:13)
  580. at SSH2Stream.emit (events.js:211:7)
  581. at parsePacket (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:3445:10)
  582. at SSH2Stream._transform (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:671:13)
  583. at SSH2Stream.Transform._read (_stream_transform.js:186:10)
  584. at SSH2Stream._read (/Users/userName/.vscode/extensions/liximomo.sftp-1.7.2/node_modules/ssh2-streams/lib/ssh.js:253:15)
  585. at SSH2Stream.Transform._write (_stream_transform.js:174:12)
  586. at doWrite (_stream_writable.js:387:12)
  587. at writeOrBuffer (_stream_writable.js:373:5)
  588. at SSH2Stream.Writable.write (_stream_writable.js:290:11)
  589. at Socket.ondata (_stream_readable.js:639:20)
  590. at emitOne (events.js:116:13)
  591. at Socket.emit (events.js:211:7)
  592. at addChunk (_stream_readable.js:263:12)
  593. at readableAddChunk (_stream_readable.js:250:11)
  594. at Socket.Readable.push (_stream_readable.js:208:10)
  595. at TCP.onread (net.js:594:20)
  596. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  597. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  598. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  599. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  600. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  601. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  602. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  603. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  604. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  605. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  606. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  607. [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
  608. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
  609. [debug] Outgoing: Writing CHANNEL_FAILURE (0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement