Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第341350项(搜索用时0.004秒)
ftp/Net-FTPSSL-0.33 (Score: 0.041608244)
FTP over SSL/TLS class
Net::FTPSSL is a class implementing a simple FTP client over a Secure Sockets Layer (SSL) or Transport Layer Security (TLS) connection written in Perl as described in RFC959 and RFC2228. It will use TLS by default.
mail/Net-QMTP-0.06 (Score: 0.041608244)
Perl module to provide a Quick Mail Transfer Protocol (QMTP) client
Net::QMTP is a perl module which provides an object interface to a Quick Mail Transfer Protocol (QMTP) client. QMTP is a replacement for the Simple Mail Transfer Protocol (SMTP). James Raftery. <james@now.ie>
net-im/Net-NetSend-0.12 (Score: 0.041608244)
Perl extension for sending Windows Popup Messages
This module implements a client interface to the Windows Messenger Service, enabling a perl5 application to talk to Windows machines. This is a pure Perl implementation that approximates the "net send" command on Windows.
devel/nant-0.92 (Score: 0.041496508)
.NET build tool inspired by Ant
What is it? ----------- NAnt is a .NET-based build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. If you are not familiar with Jakarta Ant, you can get more information at the Ant project web site (http://ant.apache.org/). Why NAnt? --------- Because Ant was too Java-specific. Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
devel/newtonsoft-json-9.0.1 (Score: 0.04145851)
Popular high-performance JSON framework for .NET
Popular high-performance JSON framework for .NET * Flexible JSON serializer for converting between .NET objects and JSON * LINQ to JSON for manually reading and writing JSON * High performance, faster than .NET's built-in JSON serializers * Write indented, easy to read JSON * Convert JSON to and from XML * Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone and Windows 8 Store The JSON serializer in Json.NET is a good choice when the JSON you are reading or writing maps closely to a .NET class.
net/proxy-connect-100 (Score: 0.041272517)
使得网络连接通过 SOCKS 和 HTTPS 代理的命令
proxy-connect 是一个简单的中继命令,使得网络连接通过 SOCKS 和 HTTPS 代理。 它主要是用来作为代理命令用于 OpenSSH。 proxy-connect 的特性如下: * 支持 SOCKS(版本 4/4a/5)和 HTTPS 连接方法。 * 支持 SOCKS 的 NO-AUTH 和 USERPASS 认证 * 部分支持 telnet 代理(实验性的)。 * 你可以用 tty、ssh-askpass 或者环境变量输入密码。 * 简单并和一般的程序一样独立于 OpenSSH。 * 你也可以中继本地套接字流而不是标准的 I/O 流。 使用例子: 添加到 ~/.ssh/config Host remote.outside.net ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p
ftp/net2ftp-1.0 (Score: 0.04122884)
Web-based FTP client written in PHP
net2ftp is a web-based FTP client written in PHP Features - Navigate the FTP server - Upload and download files - Edit files (WYSIWYG and syntax highlighting) - View code with syntax highlighting - Copy, move, delete (also to 2nd FTP server) - Rename and chmod (also recursive) - Zip and unzip files - Install software - Search for words or phrases - Calculate the size of directories and files
devel/bncsutil-1.3.2 (Score: 0.041134987)
Utility library for Battle.net clients in C++
The Battle.net client library.
www/Net-Flickr-RDF-2.2 (Score: 0.040988736)
Describe Flickr photos as RDF
Net::Flickr::RDF - a.k.a RDF::Describes::Flickr
net-im/Net-Stomp-0.57 (Score: 0.040658124)
Streaming Text Orientated Messaging Protocol Client
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Message Orientated Middleware from any language. Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features. A Stomp frame consists of a command, a series of headers and a body - see Net::Stomp::Frame for more details. For details on the protocol see http://stomp.codehaus.org/Protocol.