File: netstd

package info (click to toggle)
menu 2.1.5-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,476 kB
  • ctags: 1,251
  • sloc: cpp: 6,222; ansic: 2,306; sh: 453; makefile: 296; sed: 93
file content (14 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
?package(netstd):needs="text" section="Apps/Net" title="Telnet" \
    command="/usr/bin/telnet"

?package(netstd):needs="dwww" section="Apps/Net" title="Telnet" \
  command="/usr/man/man1/telnet.1.gz" dwwwtype=man\
  longtitle="telnet - user interface to the TELNET protocol"\
  description="The telnet command is used to communicate with another\
 host using the TELNET protocol.  If telnet is invoked without the host\
 argument (as is done when executed from the menu), it enters command mode,\
 indicated by its prompt (telnet>). In this mode, it accepts and executes\
 the commands listed in this manual page.  If it is invoked with\
 arguments, it performs an open command with those arguments."

?package(netstd):needs="text" section="Apps/Net" title="ftp" command="/usr/bin/ftp"