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: Wod
| |
Daolnwod Software Submitter
|
License:
Freeware |

|
|
| |
Daolnwod Software Submitter is a free, small and intelligent software that can aid developers to easily submit their programs to software distribution sites across the Internet.
It has built-in IE, and large collection of the software web sites, which can be updated online. First, Software authors should input software information or load from PAD file. Then, with one click Daolnwod Software Submitter will automatically fill in the online forms at each software site.
You can also directly drag your software information to submission forms. your submission will then be absolutely accurate.
Publisher: DaolnwoD Network|
Date:
14-11-2005 | Size: 874 KB |
| |
- |
| |
wodDHCPServer
|
License:
Freeware |

|
|
| |
General information
wodDHCPServer is a DHCP server component (Dynamic Host Configuration Protocol), available as COM object and ActiveX control. It provides a framework for passing configuration information to hosts on TCP/IP network. wodDHCPServer implements protocol specific infrastructure, allowing you to allocate IP addresses from your address pool, and provide it to requesting clients by your rules. It is configurable by set of objects and events where you can add your code to control component's behavior.
How does it work?
As described in RFC2131, when clients connect to the network for the first time, they will Announce themselves to the network, waiting for all DHCP servers on the network to send their Offers for possible IP addresses (and other network parameters).
Publisher: WeOnlyDo Software|
Date:
09-04-2003 | Size: 1044 KB |
| |
- |
| |
wodSFTP
|
License:
Shareware |

|
|
| |
The Secure File Transfer Protocol (SFTP Client) 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 component 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.
SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP), thus no plaintext passwords or file information is exposed to the network.
Publisher: WeOnlyDo Software|
Date:
08-03-2002 | Size: 2150 KB |
| |
- |
| |
wodCrypt
|
License:
Shareware |

|
|
| |
Lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as
AES
DES, TripleDES
Blowfish
Cast
RC2
RC4
RC5
for symmetric encryption and decryption,
RSA
DSA
for making and verifying signatures, and
MD5
SHA1
for creating hashes.
Working with Blobs
wodCrypt works with Blobs - Binary Large Objects (it doesn't have to be big, of course) when it comes to data manipulation. Blob is our object that can read files, string variables and bytes array, and provide the same as their output. Even more, it can present the information in BASE64 and HEX encoded data - in case your environment just doesn't like to work with binary data.
Publisher: WeOnlyDo Software|
Date:
19-05-2003 | Size: 1189 KB |
| |
- |
| |
wodFtpDLX
|
License:
Shareware |

|
|
| |
wodFtpDLX is developed as two standalone components:
COM object, that should be used when you want to do all file transfer in the background and is not visible on the form, or GUI ActiveX version that has it's own Explorer-alike window where you can give end users ability to interact directly with the server
Features:
FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
Certificate authentication where available, or private key authentication for SFTP protocol
Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through Dir Items collection
Both ASCII and Binary transfer modes supported, no matter if server allows them or not
ListDir and ListNames methods for directory listing
PutFile and GetFile for storing and retrieving files
PutData and GetData for storing and reading data directly from the server
Resume support
Passive and Active data connections for FTP and FTPS protocols
Blocking mode support (only on COM version)
Set of events that notify you about method completition
Timeout support
Renaming, creating of directories, deletion of files and directories.
Publisher: WeOnlyDo Software|
Date:
28-08-2002 | Size: 2967 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: 2284 KB |
| |
- |
| |
wodSSHTunnel
|
License:
Shareware |

|
|
| |
wodSSHTunnel component is server-type component that will add secure tunneling (based on SSH protocol) capabilities to your application. Based on your rules and definitions, it will accept local connections, encrypt it and forward to SSH server (where they will be decrypted and sent to destination host). SSH server is required for this component to work - encryption will take place between local computer (running wodSSHTunnel) and SSH server of your choice.
It can work in both sides - it can accept local connections and forward them to the server, or can initiate connections towards local services when notification is received from SSH server for 'remote port forwarding' request - based on your previous request.
Publisher: WeOnlyDo Software|
Date:
29-01-2003 | Size: 2263 KB |
| |
- |
| |
wodSSH.NET
|
License:
Shareware |

|
|
| |
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 ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection.
Using wodSSH.NET is easily - just put it on your form (or initialize new instance on the fly), set Protocol type and issue Connect method - and just wait for things to happen.
Publisher: WeOnlyDo Software|
Date:
14-04-2002 | Size: 1802 KB |
| |
- |
| |
wodSSH
|
License:
Shareware |

|
|
| |
Client component that provides support for communication with remote console-type services.
Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3).
For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection.
Using wodSSH is easily - just put it on your form, set Protocol type and issue Connect method - and just wait for things to happen.
Publisher: WeOnlyDo Software|
Date:
22-01-2002 | Size: 1231 KB |
| |
- |
| |
wodVPN
|
License:
Shareware |

|
|
| |
wodVPN is VPN peer-to-peer ActiveX component that is used to establish Virtual Private Network between two wodVPN instances over internet. All communication between those peers is encrypted and secured. Peers are able to forward local and remote ports, send messages, etc.
UDP packets are used to transfer data between peers, in which case several techniques are available to make direct NAT 2 NAT connection between peers. And if direct connection is not possible (in really rare cases), wodVPN can use as relay between other instances as well.
AES128 encrypts all packets between two peers using password of your choice - unbreakable security is in place!
wodVPN can be used to connect through VPN do your SQL server (which is mapped through local port), share pictures, documents and files.
Publisher: WeOnlyDo Software|
Date:
22-01-2002 | Size: 1231 KB |
| |
- |
| |
wodTelnetDLX
|
License:
Shareware |

|
|
| |
wodTelnetDLX is a telnet client component ready to connect to various terminal based clients, most commonly to UNIX telnet daemon. Besides supported Telnet protocol, it also supports secured communication (through encryption) using well known SSH (SSH1 and SSH2 are supported), as well as SSL/TLS (Secure Socket Layer protocol).
ActiveX version of the component has its own Terminal GUI (Graphic user interface) that supports VT100 and Linux emulation - so you can run your favorite UNIX tools with no need for 3rd party extensions - only with wodTelnetDLX.
Main features include:
- Supports Telnet, SSH1, SSH2, SSHAuto, SSL, SSLTelnet and Raw protocols
- Includes both COM Component version and ActiveX Control in same package
- Has its own Terminal client GUI (only ActiveX version)
- Implements VT100 and Linux emulations (only ActiveX version)
- Supports 'slave printing' directly from applications you run on the server
- Has blocking mode for scripting clients (only COM version), as well as non-blocking mode (both versions)
- Supports negotiation for auto determining SSH1/SSH2 protocols
- Automatically upgrades Telnet session to SSL if available
- Connects with ease even with secured WEB servers.
Publisher: WeOnlyDo Software|
Date:
02-10-2002 | Size: 3011 KB |
| |
- |
| |
wodFtpDLX.NET
|
License:
Shareware |

|
|
| |
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 completely transparent for programming. Same methods and same events apply for all protocols.
Features include
- FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
- Certificate authentication for FTP+SSL protocols, or privatekey authentication for FTP+SSH protocol
- Internal parsing of received directory listings - get names, sizes, ownerships etc.
Publisher: WeOnlyDo Software|
Date:
22-01-2006 | Size: 1859 KB |
| |
- |
| |
wodMailbox
|
License:
Shareware |

|
|
| |
WeOnlyDo! Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes and message parsing.
Using wodMailbox, you can easily access mailbox, count messages, look at messages, count parts, save attachments, look at headers, delete messages etc.. When wodMailBox opens mailbox, it expects to find there either regular mailbox just as is used on UNIX systems (one file with full mail messages one after another) or just one message inside, just as Outlook Express saves .eml files.
When you need to parse received messages, it might be hard to check all the possibilities that one simple mail message may contain.
Publisher: WeOnlyDo Software|
Date:
15-11-2001 | Size: 1178 KB |
| |
- |
| |
wodSmtpServer
|
License:
Shareware |

|
|
| |
WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full non-relaying Smtp (Simple Mail Transfer Protocol) server implementation.
All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2821.
Use your favorite mail client (such as Outlook Express or Eudora) to send mail to other users on your network . How? That's easy part: just put SmtpServer control on your form, add some code around and it's all setup to be used.
Publisher: WeOnlyDo Software|
Date:
15-11-2001 | Size: 2580 KB |
| |
- |
| |
wodHttpDLX
|
License:
Shareware |

|
|
| |
General information
WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other resources from the WEB. It was designed to be as programmer-friendly as possible. You will find it can be fully automated to get you requested resource, but also can be used by advanced programmers under complete control from your code.
Usage model
Default behavior of wodHttpDLX is to do as much as possible to get resource you request - it will automatically connect, try to pass through proxy server (if set), try to authenticate with both proxy and the server, follow redirections,.
Publisher: WeOnlyDo Software|
Date:
03-03-2003 | Size: 2755 KB |
| |
- |
| |
wodFTPServer
|
License:
Shareware |

|
|
| |
ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel).
Support for all 3 protocol is transparent for your programming - you have same set of events, same set of properties and methods, same control over connected users - and just one property to change to switch from one protocol to another - Protocol property!
Unlike old FTP protocol support, FTPS and SFTP protocols provide security, privatekey/certificate authentication and strong encryption of data - great for insecure networks.
Publisher: WeOnlyDo Software|
Date:
18-03-2003 | Size: 3103 KB |
| |
- |
| |
wodBeep
|
License:
Shareware |

|
|
| |
ActiveX component is a peer-to-peer connection convenient to label each peer to behave in context of Listener(Server) or Initiator(Client). Component comes with several profiles included such as: SINK/ECHO profiles for testing, ROT13 profile that will grap message data, ZIP Tuning profile that will compress cocntents of messages on the fly, SYSLOG Raw and Cooked profiles for transmitting (and recieving) syslog messages....
BEEP protocol is a generic application protocol for connection oriented, asynchronous interactions. It permits simultaneous and independent exchanges within the context of a single application user-identity.
Publisher: WeOnlyDo Software|
Date:
10-09-2003 | Size: 1100 KB |
| |
- |
| |
wodImapServer
|
License:
Shareware |

|
|
| |
WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2060.
Since wodImapServer is COM object and not the full application, there's few things developer should look after - simply because COM objects cannot deal with information that should be preserved between the sessions. Most important is to keep UID information (UNIQUE ID) for folders and messages.
Publisher: WeOnlyDo Software|
Date:
16-12-2002 | Size: 2478 KB |
| |
- |
| |
wodSmtp
|
License:
Shareware |

|
|
| |
ActiveX client component used to deliver email messages directly to the server of the recepient, using SMTP protocol. It automatically finds appropriate server where message should be delivered, or uses SmartHost through Hostname property.
It includes several one-line methods for sending entire email (including attachments). It can also load prepared messages (created with Outlook, Outlook Express or any other client..), reformat it, change it's properties and send automatically.
*supports both blocking and non-blocking operations
*Can Automatically deliver message directly to users SMTP server
*Has included DNS client to resolve addresses and domain names
*Supports authentication with the server
*Provides powerful set of properties that relate to messages-no need for external parsers or creators
*Events for all major operations
*Supports UNICODE in message headers
*Supports attachments with BASE64, Binhex4, Quoted-printable and UU encoding
*Save and Load messages for multi-session usage
*Royalty free licencing
*Easy usage.
Publisher: WeOnlyDo Software|
Date:
30-09-2003 | Size: 2478 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: 2150 KB |
| |
- |
Page: 1 |
|
|
|
Universal
Explorer
Powerful windows
explorer file
manager and
viewer.
Disk
Size Manager
Analyses
hard disk space and collects statistics.

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

|