Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 350 Bytes

common_protocalsports.md

File metadata and controls

10 lines (9 loc) · 350 Bytes

Protocol Common function Port No Python module

  • HTTP Web pages 80 httplib, urllib, xmlrpclib
  • NNTP Usenet news 119 nntplib
  • FTP File transfers 20 ftplib, urllib
  • SMTP Sending email 25 smtplib
  • POP3 Fetching email 110 poplib
  • IMAP4 Fetching email 143 imaplib
  • Telnet Command lines 23 telnetlib
  • Gopher Document transfers 70 gopherlib, urllib