Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import urllib.request
  2. import urllib.request as req
  3. import ssl
  4.  
  5.  
  6. req = urllib.request.Request('ftps://ftps-xyz.com')
  7. response = urllib.request.urlopen(req)
  8. the_page = response.read()()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement