Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.336.877 Times

libcli 1.8.5

  Date Added: February 26, 2010  |  Visits: 1.345

libcli

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



libcli is a Cisco-like telnet commandline library. It provides a shared library for including a Cisco-like command-line interface into other software. Its a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. libcli provides support for using the arrow keys for command-line editing. Up and Down arrows will cycle through the command history, and Left & Right can be used for editing the current command line. libcli also works out the shortest way of entering a command, so if you have a command "show users grep foobar" defined, you can enter "sh us g foobar" if that is the shortest possible way of doing it. Installation: To compile: make make install This will install libcli.so into /usr/local/lib. If you want to change the location, edit Makefile. There is a test application built called clitest. Run this and telnet to port 8000. By default, a single username and password combination is enabled. Username: fred Password: nerk.

Requirements: No special requirements
Platforms: Linux
Keyword: Command Commandline Libcli Libraries Programming Telnet
Users rating: 0/10

License: Freeware Size: 29.7 KB
USER REVIEWS
More Reviews or Write Review


LIBCLI RELATED
Libraries  -  POE::Component::ControlPort::Command 0.01
POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage =>...
12.29 KB  
Libraries  -  Proc::Command 0.04
Proc::Command is a backtick that does not use the shell for Perl under Windows. SYNOPSIS use Proc::Command @reponse = Proc::Command->command($command) @reponse = Proc::Command->command($command, $trys) @reponse =...
16.38 KB  
Libraries  -  NArg 2.0
NArg is a .NET command-line argument library. NArg library supports Mono and the Microsoft .NET Frameworks 1.1 and 2.0.. Get NArg at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory....
4.1 KB  
Screen Capture Tools  -  ImageMagick 6.7.6.8
ImageMagick is free software to create, edit, and compose bitmap images in many formats from the commandline or via programming interfaces. Images can be cropped, resized, and combined, effects can be applied, and text, polygons, and curves can be...
7.27 MB  
Libraries  -  Net::Telnet::Netscreen 1.1
Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional...
10.24 KB  
Libraries  -  Teamspeak::Telnet 0.3
Teamspeak::Telnet is a Telnet-Interface to administrate Teamspeak-Voice-Server. COMMAND OVERVIEW banadd : add ip ban banclear : clear banlist bandel : del ip ban banlist : show banlist banplayer : bans a player checkserverok : checks if...
26.62 KB  
Libraries  -  AFS::Command::PTS 1.7
AFS::Command::PTS is a OO API to the AFS pts command. SYNOPSIS use AFS::Command::PTS; my $pts = AFS::Command::PTS->new(); my $pts = AFS::Command::PTS->new ( command => $path_to_your_pts_binary, ); my $pts = AFS::Command::PTS->new (...
77.82 KB  
Libraries  -  AFS::Command::BOS 1.7
AFS::Command::BOS is a OO API to the AFS bos command. SYNOPSIS use AFS::Command::BOS; my $bos = AFS::Command::BOS->new(); my $bos = AFS::Command::BOS->new ( command => $path_to_your_bos_binary, ); my $bos = AFS::Command::BOS->new (...
77.82 KB  
Libraries  -  AFS::Command::FS 1.7
AFS::Command::FS is a OO API to the AFS fs command. SYNOPSIS use AFS::Command::FS; my $fs = AFS::Command::FS->new(); my $fs = AFS::Command::FS->new ( command => $path_to_your_fs_binary, ); This module implements an OO API wrapper...
77.82 KB  
Libraries  -  AFS::Command::VOS 1.7
AFS::Command::VOS is a OO API to the AFS vos command..
77.82 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB