Guest User

Untitled

a guest
Feb 28th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. host: 127.0.0.2
  2. User: commun
  3. pass: ady8c4f
  4. Traceback (most recent call last):
  5. File "/home/vlayn/Documents/programmation/python/client_ftp.py", line 22, in <module>
  6. if __name__ == "__main__":sys.exit(main())
  7. File "/home/vlayn/Documents/programmation/python/client_ftp.py", line 18, in main
  8. connection()
  9. File "/home/vlayn/Documents/programmation/python/client_ftp.py", line 10, in connection
  10. connect = ftplib(host,user,password)#on se connecte
  11. TypeError: 'module' object is not callable
  12. >>>
Add Comment
Please, Sign In to add comment