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.479.986 Times

Spy Net Client software
Filter: All | Freeware | Demo
 

Spy Net Client

< 1 2 3 4 5 > 
Added: January 07, 2010 | Visits: 1.097

Net::Hotline::Client Net::Hotline::Client is a Perl library for the Hotline internet client. SYNOPSIS use Net::Hotline::Client; $hlc = new Net::Hotline::Client; $hlc->connect("127.0.0.1") $hlc->chat_handler(&Chat_Handler); $hlc->msg_handler(&Msg_Handler); $hlc->login(Login => "Steve", Password =>... Platforms: *nix

License: Freeware Size: 58.37 KB Download (109): Net::Hotline::Client Download

Added: January 23, 2010 | Visits: 1.917

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;... Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: April 04, 2010 | Visits: 1.448

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a... Platforms: *nix

License: Freeware Size: 16.38 KB Download (130): Net::Nessus::Client Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 943

ABSystem Spy Client Removal Tool ABSystem Spy Client Removal Tool will neutralize and remove all AB System Spy Client entries running on a scanned system. It will also make sure that malicious processes are no longer running and that they won't return when you reboot your computer. Clean your computer now from the AB System Spy... Platforms: Windows, Windows Vista, 7

License: Freeware Download (58): ABSystem Spy Client Removal Tool Download

Released: January 04, 2018  |  Added: March 08, 2018 | Visits: 7.994

Net Time Server & Client The Net Time Server & Client application allows you to synchronize your PC's system clock or all PC's system clock in your LAN using various time server types commonly available on TCP/IP networks, including LAN and Internet, and multiple time protocols are supported. As Client, the protocol... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $25.99 USD Size: 2.03 MB Download (562): Net Time Server & Client Download

Released: April 11, 2007  |  Added: April 12, 2007 | Visits: 8.400

Client Server Communications Component Library for Visual Basic The MarshallSoft Client / Server Communications Library (CSC) is a communication component DLL library used to create server and client programs that can communicate with each other across any TCP/IP network such as the Internet. Features of CSC include: Can be used to create both clients... Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 261.96 KB Download (205): Client Server Communications Component Library for Visual Basic Download

Added: August 08, 2008 | Visits: 1.283

KineticaRT .NET OPC Client Component The KineticaRT .NET OPC Client component provides objects, which communicate with any OPC DA Server and allow values to be transmitted and received in real-time. The client can be used with very little configuration and can be controlled by KineticaRT UI Controls e.g. the Knob, or monitored by... Platforms: Windows

License: Commercial Cost: $26.00 USD Size: 383 KB Download (490): KineticaRT .NET OPC Client Component Download

Released: April 14, 2002  |  Added: May 22, 2011 | Visits: 1.169

wodSSH.NET Client component for MS.NET framework that provides support for communication with remote console-type services. It allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well to Telnet servers (using Telnet protocol that is NOT encrypted). For... Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 2.58 MB Download (655): wodSSH.NET Download

Added: August 14, 2008 | Visits: 1.411

.NET OPC Client Component - KineticaRT The KineticaRT .NET OPC Client component provides objects, which communicate with any OPC DA Server and allow values to be transmitted and received in real-time. The client can be used with very little configuration and can be controlled by KineticaRT UI Controls e.g. the Knob, or monitored by... Platforms: Windows

License: Demo Cost: $26.00 USD Size: 700 KB Download (154): .NET OPC Client Component - KineticaRT Download

Added: March 20, 2010 | Visits: 2.526

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: November 14, 2010 | Visits: 1.170

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol... Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: January 06, 2010 | Visits: 813

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: February 19, 2010 | Visits: 975

Net::GPSD Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. SYNOPSIS use Net::GPSD; $obj=Net::GPSD->new; my $point=$obj->get; print $point->latlon. "n"; or use Net::GPSD; $obj=Net::GPSD->new; $obj->subscribe(); Net::GPSD provides an object client... Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Net::GPSD Download

Added: October 08, 2010 | Visits: 640

Net::XWhois Net::XWhois is a Whois Client Interface for Perl5. SYNOPSIS use Net::XWhois; $whois = new Net::XWhois Domain => "vipul.net" ; $whois = new Net::XWhois Domain => "bit.ch", Server => "domreg.nic.ch", Retain => 1, Parser => { nameservers => nserver:s+(S+), }; The Net::XWhois class... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Net::XWhois Download

Released: March 03, 2004  |  Added: January 01, 2006 | Visits: 5.445

Client / Server Comm Library for C/C++ The Client / Server Communication Library for C/C++ (CSC4C) is a TCP/IP communication component DLL library. CSC4C uses the standard Windows API (Application Programmer's Interface) to communicate with other programs (written using CSC) across any TCP/IP network such as the Internet. CSC4C... Platforms: Windows

License: Shareware Cost: $105.00 USD Size: 261.84 MB Download (144): Client / Server Comm Library for C/C++ Download

Released: December 25, 2006  |  Added: April 09, 2007 | Visits: 3.413

SFTPBlackbox .NET SFTP (SSH File Transfer Protocol, also called Secure File Transfer Protocol) is a specialized protocol for secure file transfer over SSH channel. SFTP is integral part of SSH 2 family of protocols and is supported by SSH servers. SFTP doesn't have anything in common with FTP (File Transfer... Platforms: Windows

License: Commercial Cost: $269.00 USD Size: 18.58 MB Download (110): SFTPBlackbox .NET Download

Released: July 26, 2013  |  Added: August 17, 2013 | Visits: 5.913

Client/Server Comm Lib for Delphi MarshallSoft Delphi and .NET TCP/IP and UDP/IP sockets client/server component for communication across a network such as the internet or intranet (LAN). CSC4D uses the Windows API to communicate with other programs across any TCP winsock network. Features of the CSC4D library include:... Platforms: Windows

License: Shareware Cost: $115.00 USD Size: 557.12 KB Download (334): Client/Server Comm Lib for Delphi Download

Released: January 22, 2006  |  Added: April 10, 2013 | Visits: 2.514

wodFtpDLX.NET Secure FTP client .NET 2.0 component that supports encrypted and non-encrypted FTP access to the servers for transferring files or complete directories. It supports old, very common, FTP protocol, but also secured FTPS (FTP+SSL) and SFTP (FTP+SSH). No matter what protocol is selected - it is... Platforms: Windows

License: Shareware Cost: $229.00 USD Size: 3.17 MB Download (135): wodFtpDLX.NET Download

Released: April 14, 2002  |  Added: May 16, 2011 | Visits: 1.726

wodSFTP.NET 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... Platforms: Windows

License: Shareware Cost: $209.00 USD Size: 2.86 MB Download (367): wodSFTP.NET Download

Added: September 25, 2010 | Visits: 1.230

SOAP::XML::Client::DotNet SOAP::XML::Client::DotNet is a Perl module to talk with .net webservices. This package helps in talking with .net servers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use. You dont need to know this, but the major difference to... Platforms: *nix

License: Freeware Size: 9.22 KB Download (117): SOAP::XML::Client::DotNet Download

< 1 2 3 4 5 >