Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Gopher (protocol)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Server response==== The server then replies with the requested item and closes the connection. According to the protocol, before the connection closes, the server should send a full-stop (i.e., a period character) on a line by itself. However, not all servers conform to this part of the protocol and the server may close a connection without returning a final full-stop. The main type of reply from the server is a text or binary resource. Alternatively, the resource can be a menu: a form of structured text resource providing references to other resources. Because of the simplicity of the Gopher protocol, tools such as [[netcat]] make it possible to download Gopher content easily from a command line: <syntaxhighlight lang="console"> $ echo jacks/jack.exe | nc gopher.example.org 70 > jack.exe </syntaxhighlight> The protocol is also supported by [[cURL]] since 7.21.2-DEV, which was released in 2010.<ref>{{cite mailing list|title=Curl: Re: Gopher patches for cURL (includes test suite)|url=https://curl.haxx.se/mail/lib-2010-08/0346.html |date=25 Aug 2010|access-date=9 March 2020 |mailing-list=curl-library|url-status=live|archive-url=https://web.archive.org/web/20190421225505/https://curl.haxx.se/mail/lib-2010-08/0346.html|archive-date=21 April 2019}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)