stt_d31
June 28th, 2007, 07:09 AM
how again do i copy a file from a server to my computer with cmd>telnet ?
|
Click to See Complete Forum and Search --> : telnet copy a file stt_d31 June 28th, 2007, 07:09 AM how again do i copy a file from a server to my computer with cmd>telnet ? GremlinSA June 28th, 2007, 09:16 AM Idealy you will have to use FTP for that... Telnet is a simple Dumb Terminal type connection, and does not have full features for file transfers but it can be done.. have a look here (http://www.hiwaay.net/support/faq/index.cgi?view=1&id=83&catid=69) for a bit more info... Gremmy... SuperKoko June 28th, 2007, 05:57 PM If the server is an HTTP server, that shouldn't be too hard: For example: telnet www.google.fr 80 And then: GET /search?q=hello HTTP/1.0 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |