D. No es cierto.
Usted puede telnet a cualquier puerto y, de hecho esta es una herramienta de solución de problemas comunes para garantizar la conectividad de red.
Ripon Creo que lo que busca es la siguiente;
telnet <IP> 80 (que es la dirección IP de un servidor web me imagino)
GET / HTTP/1.0
La segunda línea devolverá el camino de la raíz del documento y le mostrará el sitio como texto. Por ejemplo:
> telnet google.com 80
Trying 74.125.67.100...
Connected to google.com.
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.0 200 OK
Date: Tue, 10 Nov 2009 13:20:39 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=561ccc9691c02b36:TM=1257859239:LM=1257859239:S=_ojfsikisFIzVBQF; expires=Thu, 10-Nov-2011 13:20:39 GMT; path=/; domain=.google.com
Set-Cookie: NID=28=Ow1Ko7ZMPy3OWe21o6E_SnNiTj78vSZr_77lS0XUjgbYJRG8gf121TGFuU7Gnbdtbg8Nv31DBqlUQGDvRRHy2_1wBfr_84Sb9lz99XqWhHIGaGqX9WahWLzlZ_kkWoPB; expires=Wed, 12-May-2010 13:20:39 GMT; path=/; domain=.google.com; HttpOnly
Server: gws
X-XSS-Protection: 0
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"p2j5SvG-AtKUtgeLwJHPDA",kEXPI:"17259,21517,21766,22107,22451",kCSIE:"17259,21517,21766,22107,22451",kCSI:{e:"17259,21517,21766,22107,22451",ei:"p2j5SvG-AtKUtgeLwJHPDA"},kHL:"en"};
window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(b){}window.google.jsrt_kill=1;
var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp(){!(window._gjwl.hash&&
window._gjuc())&&setTimeout(_gjp,500)};
- > telnet google.com 80
- Trying 74.125.67.100...
- Connected to google.com.
- Escape character is '^]'.
- GET / HTTP/1.0
- HTTP/1.0 200 OK
- Date: Tue, 10 Nov 2009 13:20:39 GMT
- Expires: -1
- Cache-Control: private, max-age=0
- Content-Type: text/html; charset=ISO-8859-1
- Set-Cookie: PREF=ID=561ccc9691c02b36:TM=1257859239:LM=1257859239:S=_ojfsikisFIzVBQF; expires=Thu, 10-Nov-2011 13:20:39 GMT; path=/; domain=.google.com
- Set-Cookie: NID=28=Ow1Ko7ZMPy3OWe21o6E_SnNiTj78vSZr_77lS0XUjgbYJRG8gf121TGFuU7Gnbdtbg8Nv31DBqlUQGDvRRHy2_1wBfr_84Sb9lz99XqWhHIGaGqX9WahWLzlZ_kkWoPB; expires=Wed, 12-May-2010 13:20:39 GMT; path=/; domain=.google.com; HttpOnly
- Server: gws
- X-XSS-Protection: 0
- <!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"p2j5SvG-AtKUtgeLwJHPDA",kEXPI:"17259,21517,21766,22107,22451",kCSIE:"17259,21517,21766,22107,22451",kCSI:{e:"17259,21517,21766,22107,22451",ei:"p2j5SvG-AtKUtgeLwJHPDA"},kHL:"en"};
- window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(b){}window.google.jsrt_kill=1;
- var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp(){!(window._gjwl.hash&&
- window._gjuc())&&setTimeout(_gjp,500)};
Claro que pasa de allí. Alternativamente se puede reemplazar con GET HEAD, POST, etc
Además, 110 es para POP3, que es un método de recuperación de correo electrónico, pero no en sí mismo e-mail ya que aún enviar un correo electrónico a más de 25 SMTP y puede recibir correo IMAP en el puerto 220. Curso theres repuestos de los que ahora, así que utilizan SSL; imaps y pop3s.
"It's always a long day, 86,400 won't fit into a short."