Advertisement
Guest User

Untitled

a guest
Sep 5th, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. t = paramiko.Transport((hostname, port))
  2. t.connect(username=username, password=password)
  3. sftp = t.open_sftp_client()
  4.  
  5. Traceback (most recent call last):
  6. File "C:UserselqstuxworkspaceWxPythonFetcchFile.py", line 41, in <module>
  7. sftp = t.open_sftp_client()
  8. File "C:Python27libsite-packagesparamikotransport.py", line 845, in open_sftp_client
  9. return SFTPClient.from_transport(self)
  10. File "C:Python27libsite-packagesparamikosftp_client.py", line 106, in from_transport
  11. return cls(chan)
  12. File "C:Python27libsite-packagesparamikosftp_client.py", line 87, in __init__
  13. server_version = self._send_version()
  14. File "C:Python27libsite-packagesparamikosftp.py", line 108, in _send_version
  15. t, data = self._read_packet()
  16. File "C:Python27libsite-packagesparamikosftp.py", line 179, in _read_packet
  17. raise SFTPError('Garbage packet received')
  18. SFTPError: Garbage packet received
  19.  
  20. esekilvxen245 [11:03am] [/home/elqstux] -> sftp 147.214.16.150
  21. Connecting to 147.214.16.150...
  22.  
  23. These computer resources, specifically Internet access and E-mail, are
  24. provided for authorized users only. For legal, security and cost
  25. reasons, utilization and access of resources are monitored and recorded
  26. in log files. All information (whether business or personal) that is
  27. created, received, downloaded, stored, sent or otherwise processed can
  28. be accessed, reviewed, copied, recorded or deleted by Ericsson, in
  29. accordance with approved internal procedures, at any time if deemed
  30. necessary or appropriate, and without advance notice. Any evidence of
  31. unauthorized access or misuse of Ericsson resources may result in
  32. disciplinary actions, including termination of employment or assignment,
  33. and could subject a user to criminal prosecution. Your use of Ericsson's
  34. computer resources constitutes your consent to Ericsson's Policies and
  35. Directives, including the provisions stated above.
  36.  
  37. IF YOU ARE NOT AN AUTHORIZED USER, PLEASE EXIT IMMEDIATELY
  38.  
  39. Enter Windows Password:
  40. Received message too long 1131770482
  41.  
  42. #THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!!
  43. #[[ -s "/home/micron/.gvm/bin/gvm-init.sh" ]] && source "/home/micron/.gvm/bin/gvm-init.sh" <== commented this out.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement