Shareware Connection: Freeware, Shareware and Demo Software Downloads.
New Additions Home Links Submit Submit

 
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities


Advertisement:

ListMotor 
Email List Manager Tool.
Remover, Keeper ..
 

Extract Link
Extract url, email, phone
fax from local disk file.

 

  

 



Software Listing: Protocol Module

 

 Colasoft EtherLook | License: Shareware |

 
  An easy to use TCP/IP network traffic monitor for the Windows-based platforms. With the abilities of real time monitoring all traffic flowing around the local network and to/from the Internet, you can manage and supervise the corporate network more easily and efficiently. The Traffic Analysis Module enables you to capture network traffic in real time, display the data received and sent by every host in LAN in different views. Additionally, Colasoft EtherLook has three advanced analysis modules: the Email Analysis Module captures email messages and restores its contents including sender, recipient, subject, protocol, etc.

Publisher:
Colasoft Co., Ltd.| Date: 28-11-2005 | Size: 3676 KB
  -
 

 HS FTP Client C Source Library | License: Demo |

 
  HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace and project files - Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications - HS FTP Demo Application binaries, C source code, project workspace - HS FTP User Manual which documents in detail complete library API To connect to remote FTP server, the user application calls HsFtpCliConnect, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc and a pointer to callback function that the HS FTP module uses to communicate with the user code.

Publisher:
Hillstone Software| Date: 20-10-2006 | Size: 236 KB
  -
 

 HS FTP Library | License: Demo |

 
  HS FTP is a software library written in C which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR, MKD, RMD, DELE Offerd in two editions: * Standard Edition (source code is not included): includes Static C Library and standard DLL library, which can be used from various programming languages (Microsoft and Borland C/C++, Visual Basic, etc) * Blueprint Edition: includes all of Standard Edition plus full source code in C.

Publisher:
Hillstone Software| Date: 29-08-2008 | Size: 821 KB
  -
 

 HS XMODEM C Source Library | License: Demo |

 
  HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 block size vs 128, CRC vs checksum, configurable timers and retries * HOW IT WORKS: When user application initlialises HsXmodem library, it provides interface callbacks for the services used by Xmodem protocol module: timer management, serial transmission and reception, memory management, event callbacks. This architecture makes it easy to port Xmodem protocol module to any environment Xmodem module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on.

Publisher:
Hillstone Software| Date: 04-12-2006 | Size: 340 KB
  -
 

 HS TFTP C Source Library | License: Demo |

 
  HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. HOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTP protocol module: timer management, memory management and event callbacks. This architecture makes it easy to port HS TFTP protocol module to any environment. HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services.

Publisher:
Hillstone Software| Date: 15-07-2009 | Size: 340 KB
  -
 

 HS SMTP | License: Demo |

 
  HS SMTP is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided From version 1.1, HS SMTP supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list. From version 1.2 HS SMTP supports sending binary file attachments using MIME version 1.0 base64 encoding To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.

Publisher:
Hillstone Software| Date: 18-06-2009 | Size: 212 KB
  -
 

 HS SMTP Lite | License: Demo |

 
  HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided From version 1.1, HS SMTP LITE supports ESMTP extension for LOGIN Authentication using Base64 encoding and message sending to multiple recipients from address list. From version 1.2 HS SMTP LITE supports sending binary file attachments using MIME version 1.0 base64 encoding To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.

Publisher:
Hillstone Software| Date: 29-09-2007 | Size: 76 KB
  -
 

 HS POP3 Library | License: Demo |

 
  HS POP3 is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address and login user name and password.

Publisher:
Hillstone Software| Date: 02-09-2008 | Size: 240 KB
  -
 

 HS POP3 Lite | License: Demo |

 
  HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics First user application calls HS POP3 initialisation function supplying pointers to callback functions in user code for memory amd timer management and for reporting POP3 events to user. To receive email messages from any POP3 RFC1939 compliant server, the user application calls HsPop3GetMail function, specifying mail server name or IP address and login user name and password.

Publisher:
Hillstone Software| Date: 27-07-2006 | Size: 80 KB
  -
 

 HS NTP C Source Library | License: Demo |

 
  HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time. First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user. To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use.

Publisher:
Hillstone Software| Date: 03-11-2008 | Size: 68 KB
  -
 

 HTTP Compression Module | License: Freeware |

 
  Boost up your web site performance with this efficient HTTP compression module and save up to 80 percent on bandwidth while also reducing load times. When this HTTP Module is active it will automatically handle files before they are sent to the browser and will only send the compressed stream using the GNU Zip standard to make your web site even more responsive. Implementaion is easy, you can add HTTP compression to your web site within just few minutes and save yourself worries about compatibility with AJAX enabled content and other unsafe operations in older IE browsers..

Publisher:
MicroMighty, Inc.| Date: 25-12-2008 | Size: 497 KB
  -
 

 HttpDetect (EffeTech HTTP Sniffer) | License: Shareware |

 
  A HTTP protocol network sniffer, packet analyzer and file rebuilder. Unlike most other sniffers, it is dedicated to capture IP packets containing HTTP protocol, rebuild and save the HTTP communications and files sent through HTTP protocol. It is a helpful tool for company manager, parents, LAN administrators, security professionals to supervise the web access and HTTP traffic on the LAN. Features: 1. Capture IP packets on your LAN with nearly no packets losing. 2. Smart real-time analyzer enables on-the-fly content viewing while capturing and analyzing. 3. Parse and decode HTTP protocol.

Publisher:
EffeTech Sniffer| Date: 18-07-2004 | Size: 1516 KB
  -
 

 Port Matrix | License: Shareware |

 
  Port data transmit with multiplicate protocol. High performance to TCP/IP communication. Transmit the multiplicate protocol data from LAN to internet. Intelligent FTP/HTTP protocol filter and data transmit. SSLv2/3ˇ˘TLSv1 encrpytion transfer was supported. IP rules script to save you server security. Auto create data link for FTP PASV data mode. Build FTP server in LAN. To be more flexible, it's up to you!.

Publisher:
Crob Software Studio| Date: 25-01-2004 | Size: 2711 KB
  -
 

 MMD HttpHead | License: Freeware |

 
  MMD HttpHeader is small, absolutely free tool designed to display http headers. Just type http address to get http header and connection timeout displayed in text window. It's perfect for all who learn http protocol, internet programers and testers and webmasters..

Publisher:
MMD Software| Date: 05-05-2004 | Size: 268 KB
  -
 

 Nsauditor | License: Shareware |

 
  Nsauditor is a network security auditing system capable of performing real-time traffic and protocol analysis, showing detailed listings of all TCP and UDP endpoints on your system, including the owning process name, loaded modules, kernel objects, memory details, remote address and state of TCP connections,host dns name,contry were from,network class type,service associated with connection,possible trojans associated with port and service description. Nsauditor Network Monitoring module provides a conveniently presented subset of the Netstat program that ships with Windows NT/2000/XP. It can audit network and automatically detect security vulnerabilities on networks and check for all potential methods that a hacker might use to attack your network, identify possible security holes in your network, detect potential Trojans installed on users' workstations as well as make a variety of attack probes, such as stealth port scans, CGI attacks, SMB probes.

Publisher:
Nsasoft LLC.| Date: 20-12-2004 | Size: 5110 KB
  -
 

 SFTPBlackbox (VCL) | License: Shareware |

 
  SFTPBlackbox VCL Edition is a comprehensive collection of native components that add add client-side and server-side support for SFTP (Secure File Transfer Protocol) to your Delphi / C++Builder / Kylix applications. SFTPBlackbox includes complete SSH protocol support and supports full range of SSH and SFTP features, such as * support for full range of file and directory operations, defined by SFTP protocol; * support for SFTP protocol versions 2-6; * various authentication types; * synchronous and asynchronous operation modes; * various encryption algorithms including AES 256-bit; * SSH key management functionality SFTPBlackbox components are a clean-room implementation of all SSH/SFTP protocol specifications, which don't use any third-party libraries for core functionality.

Publisher:
EldoS Corporation| Date: 08-12-2005 | Size: 28631 KB
  -
 

 EtherDetect | License: Shareware |

 
  EtherDetect is an easy for use and award-winning packet sniffer and network protocol analyzer, which provides a connection-oriented view for analyzing packets more effectively. With the handy tool, all you need to do is to set up the filter, start capturing, and view connections, packets as well as data on the fly..

Publisher:
EtherDetect| Date: 19-04-2003 | Size: 1080 KB
  -
 

 wodSFTP.NET | License: Shareware |

 
  The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP.NET), thus no plaintext passwords or file information is exposed to the network.

Publisher:
WeOnlyDo Software| Date: 14-04-2002 | Size: 2666 KB
  -
 

 EffeTech HTTP Sniffer | License: Shareware |

 
  A HTTP protocol network sniffer, HTTP packet analyzer and file rebuilder. Unlike most other sniffers, it is dedicated to capture IP packets containing HTTP protocol, rebuild and save the HTTP communications and files sent through HTTP protocol. New version supports chunked or gzip mode. It is a helpful tool for company managers, parents, LAN administrators, security professionals to supervise the web access and HTTP traffic on the LAN. Features: 1. Capture IP packets on your LAN with nearly no packets losing. 2. Smart real-time analyzer enables on-the-fly content viewing while capturing and analyzing.

Publisher:
EffeTech - Packet Sniffer| Date: 30-01-2008 | Size: 2155 KB
  -
 

 SFTPBlackbox (ActiveX/DLL) | License: Shareware |

 
  SFTPBlackbox (ActiveX edition) is a comprehensive collection of native components that add client-side support for SFTP (Secure File Transfer Protocol) to your Windows applications. SFTPBlackbox includes complete SSH /SFTP protocol support and supports full range of SSH and SFTP features, such as * support for full range of file and directory operations, defined by SFTP protocol; * support for SFTP protocol versions 2-6; * various authentication types; * synchronous and asynchronous operation modes; * various encryption algorithms including AES 256-bit; * SSH key management functionality SFTPBlackbox components are a clean-room implementation of all SSH/SFTP protocol specifications, which don't use any third-party libraries for core functionality.

Publisher:
EldoS Corporation| Date: 08-12-2005 | Size: 4013 KB
  -
 

 SFTPBlackbox (.NET) | License: Shareware |

 
  SFTPBlackbox .NET Edition is a comprehensive collection of managed components that add add client-side and server-side support for SFTP (Secure File Transfer Protocol) to your .NET Framework applications. SFTPBlackbox.NET includes complete SSH / SFTP protocol support and supports full range of SSH and SFTP features, such as * support for full range of file and directory operations, defined by SFTP protocol; * support for SFTP protocol versions 2-6; * various authentication types including authentication with X.509 certificates; * synchronous and asynchronous operation modes; * various encryption algorithms including AES 256-bit; * SSH key management functionality SFTPBlackbox components are a clean-room implementation of all SSH/SFTP protocol specifications, which don't use any third-party libraries for core functionality.

Publisher:
EldoS Corporation| Date: 08-12-2005 | Size: 7483 KB
  -
 

 SFTPBlackbox .NET | License: Shareware |

 
  SFTPBlackbox .NET Edition is a comprehensive collection of managed components that add add client-side and server-side support for SFTP (Secure File Transfer Protocol) to your .NET Framework applications. SFTPBlackbox.NET includes complete SSH / SFTP protocol support and supports full range of SSH and SFTP features, such as * support for full range of file and directory operations, defined by SFTP protocol; * support for SFTP protocol versions 2-6; * various authentication types including authentication with X.509 certificates; * synchronous and asynchronous operation modes; * various encryption algorithms including AES 256-bit; * SSH key management functionality SFTPBlackbox components are a clean-room implementation of all SSH/SFTP protocol specifications, which don't use any third-party libraries for core functionality.

Publisher:
EldoS Corporation| Date: 25-12-2006 | Size: 19023 KB
  -
 

 HTTP Prefix Module | License: Freeware |

 
  Handle the HTTP prefix in the address line such as "www." and the scheme of "http" or "https" for SSL pages from just one configurable area. When this HTTP Module is active it will automatically take care of all the web pages and files that are processed through the ASP.NET pipeline. Determine whether your web site will or will not use the "www." prefix so even if typed differently it will always redirect back to your original choice. Define a list of SSL pages that when accessed they will be added with the "https" prefix in order to leave no room for any typing mistakes..

Publisher:
MicroMighty, Inc.| Date: 25-12-2008 | Size: 519 KB
  -
 

 HS Crypto C Source Library | License: Demo |

 
   HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm
 
 The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables.

Publisher:
Hillstone Software| Date: 10-03-2006 | Size: 331 KB
  -
 

 Ranking Toolbox | License: Shareware |

 
  The Ranking Toolbox is a unique collection of powerful tools that allow you to maximize the success of your website. Special features: The Analysis module dynamically analyzes search engines in order to detect their ranking criteria. The Optimization module assesses your website in relation to ranking and provides useful hints on how to optimize it. The Ranking module compares the position of your site with that of your competitors..

Publisher:
AceBIT| Date: 15-04-2003 | Size: 2889 KB
  -
 

 PTZ Controller PPC | License: Shareware |

 
  PTZ Controller PPC is an application for Pocket PC to control PTZ camera. It runs on PPC2003SE, WM5.0 and WM6.0. It can perform the full function of traditional hardware keyboard controller. It can control the PTZ camera through Pocket PC Compact Flash slot, and control RS232/485/USB port with a converter. It can also act as a debug tool for device's install and test. All available COM ports can be detected automatically. It supports Pelco D/ P protocol,AD protocol, Bosch protocol and Sony protocol. The friendly GUI makes controlling PTZ camera easy and convenient. PTZ Controller PPC is a robust, easy-to-use, multi-feature 232/485/USB PTZ camera controller tool.

Publisher:
Serial Port Tool| Date: 12-06-2008 | Size: 504 KB
  -
 

 TrackerPro | License: Shareware |

 
  Inventory Package Costing / Rental Package Costing. (Business Analysis) Monitor Inventory at a glance Diagnose buyers trends Spot dormant stock Image of Stock Items Multi Currency! Mass Discount Capability Dynamic Tax/Vat Module Advanced record locking to ensure inventory integrity is maintained Ability to Edit/Remove Entries if Registration is Exceeded Customer Management Module Supplier Management Tracking Module User Management (Pro Version Only) Module Non Taxable Distinction (Pro Version Only) Module Pre/Post Paid Rental System (Pro Version Only) Module Email Notification for Items requiring reordering (Pro Version Only) Module Email Notification when Items expire (Pro Version Only) Module Time & Attendance Package Costing.

Publisher:
Mark Raymond| Date: 01-02-2004 | Size: 14448 KB
  -
 

 FG Time Sync | License: Freeware |

 
  FG Time Sync utility can help you keep all your computers with the exact current time. Synchronize clock on your Desktop PC or Notebook, using time server available on TCP/IP networks such as the Internet or LAN. It can work as client or server. The protocol currently supported are time protocol(RFC-868). --- Real freeware, no hidden ad ware or SpyWare programs. No trials or restrictions. No trial period or restrictions. Small file size downloaded in seconds. Easy to uninstall if you don't want to keep it..

Publisher:
FreeStone Group| Date: 06-07-2006 | Size: 111 KB
  -
 

 wodSFTPdll | License: Shareware |

 
  ***This is win32 dynamic dll library, provided only for VC (and similar) customers that prefer to use win32 dynamic library over ActiveX version. Only limited support is available for this product. Customers using other programming environment should try using ActiveX instead*** The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTPdll library implements client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner.

Publisher:
WeOnlyDo Software| Date: 08-03-2002 | Size: 1782 KB
  -
 

 Idea crypting module for BestCrypt | License: Freeware |

 
  Idea crypting driver for BestCrypt version 6.0b or newer. The module performs encryption using well-known IDEA algorithm. Works in Bestcrypt Environment in any Windows system.The IDEA driver is installed simply enough - you need to place the driver's distributive in some directory, then run BestCrypt Service Manager from the BestCrypt Program Group and use the "Add.." button to add new encryption driver to the list of available drivers. The IDEA driver distributive contains source codes of the driver and special program which tests the IDEA implementation using standard test vectors. If you wish to compile sources of the IDEA plugin yourself please use the latest version of BestCrypt Development Kit (http://www.

Publisher:
Igor Arsenin| Date: 17-07-2005 | Size: 61 KB
  -

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |


    Universal Explorer
Powerful windows explorer file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Mining
Extract information from web. Download tools, data grabber.

Web Data Mining Software

 

 

Home - New Listing - Submit Software - Contact Us - Privacy Info