wodHttpDLX
Description: Shareware, $179. 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,..., until it finally grabs requested resource, and then it will disconnect. If the problem occurs during this automation, you will receive notification about failure, so you can request the resource again using different information provided. Or.. You can use wodHttpDLX to manually connect to the server, send request, check received response, parse received data by yourself - almost all aspect of HTTP protocol is covered by wodHttpDLX. You can have full control over it's behavior if needed - it's all up to you to decide which path you will go. Includes component to parse HTML files Since version 1.1.0.2, wodHtmlParser component is included in wodHttpDLX package free of charge. You can extract almost any data using this component. For example, you can easy get pictures from the page (using one line of code!!), find Google links, escape frames etc.. Provided samples will teach you on how to do basic stuff - and you'll see how easy it is! Program OS Support: Win95, Win98, WinXP, WinNT 4.x, Windows2000.
Version: 1.4.7.0 Filesize: 2.69 MB
Added on: 26-Jan-2007 Downloads: 3
HomePage | Rate Resource | Details
wodImapServer
Description: Shareware, $169. 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. If you do so - wodImapServer will work flawlessly with any client that connects to it. On each client action wodImapServer will fire appropriate event where you can internally handle the action and return positive or negative result. You should also deal with message flags. wodImapServer does not deal with message storage - you should do it by yourself. It will deal with structures and references to folders and messages - but actual contents of messages cannot be handled by wodImapServer. Rather, it will depend on your code when messages are accessed, hoping that you provided properly formatted messages and proper flag information. If you don't - it will not complain, but IMAP clients may... You should consider all wodImapServer folder as virtual folders - none of them doesn't necessarily exist on your system. Each time wodImapServer requires list of folders, or list of messages - event is fired to notify you to populate his collections with appropriate information - and that's all. You can keep messages in database, on external system, or wherever you need - as long as you can provide necessary information on wodImapServer's request. Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000.
Version: 2.0.3.0 Filesize: 2.42 MB
Added on: 27-Jan-2007 Downloads: 0
HomePage | Rate Resource | Details
wodPOP3
Description: Shareware, $99. ActiveX component that is used to access mailbox on the server using POP3 protocol. Mail found on the server can be retrieved locally(complete messages or only headers) and/or can be deleted from server. Full set of commands for standard operations is supported. Using wodPop3 you can easily get information about content of your mailbox.For each message found on server, wodPop3 will create new Message object in Messages collection, allowing you to easily check the message size and UID(this information is known immediately at connection), and determine if you will download the message or not. For slow connections there is also ability to download only headers. You can just let wodPop3 download all the email for you - it supports method to download all the mesasages and to download all headers - allowing you to open meassages after you disconnect from server - no need to waste time on open connection. *Supports both blocking and non-blocking operations *Can Automatically retrieve all messages from the server using one command *Can retrieve only headers *Provides powerful set of properties that relate to messages - no need for external parsers *Events for all major operations *Supports UNICODE in message header *Royalty free licencing *Ease of use Program OS Support: Win98, WinME, WinXP, WinNT 4.x, Windows2000, Windows2003.
Version: 1.2.4.0 Filesize: 2.33 MB
Added on: 29-Jan-2007 Downloads: 1
HomePage | Rate Resource | Details
wodPop3Server
Description: Shareware, $169. WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 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 RFC1939. Use your favorite mail client (such as Outlook Express or Eudora) to read mail provided by your own application. How? That's easy part: just put wodPop3Server control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by wodPop3Server. It will still work, and reject all the clients (with bad username/password error). But, if you add login capabilities using 'Connected' event (that's easy part - set Action = Allow for specific username/password combination). Still, if you want to make real Pop3 server application, look no more for native support for socket related material - you just found it. wodPop3Server will deal with clients and connections - you must deal with messages. Once new user logs on to your Pop3 server, you need to provide any kind of information about his mail. This is really easy task. If you keep all the emails in separate files, that's just great for usage with wodPop3Server. If you prefer to keep it in one large file - we will not argue about it. You can specify filename, starting and ending position for each email in mailbox, and WeOnlyDo! Pop3Server will pass it to remote client with ease. However, you might have some small problems maintaining such mailbox since sometimes it needs to delete messages, change status, etc.. But don't worry - it all can be done after user logs off. Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000.
Version: 1.3.3.0 Filesize: 2.15 MB
Added on: 30-Jan-2007 Downloads: 0
HomePage | Rate Resource | Details
wodSFTPdll
Description: Shareware, $209. ***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. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTPdll), thus no plaintext passwords or file information is exposed to the network. This library implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection). wodSFTPdll supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also * PutData and GetData to copy string variable to/from remote file, * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server * GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory), * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * Password and PublicKey properties that determine type of authentication with the server * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000, Windows CE.
Version: 3.0.5.0 Filesize: 2.10 MB
Added on: 03-Feb-2007 Downloads: 8
HomePage | Rate Resource | Details
wodSmtp
Description: Shareware, $99. 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 Program OS Support: Win95, Win98, WinME, WinXP, WinNT 3.x, WinNT 4.x, Windows2000, Windows2003.
Version: 1.2.5.0 Filesize: 2.42 MB
Added on: 06-Feb-2007 Downloads: 2
HomePage | Rate Resource | Details
wodSmtpServer
Description: Shareware, $169. 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. If you dislike adding additional code - it's fine by Smtp. It will still work, and accept all emails but delete them immediately after user disconnects. But, if you define real filename on your disk, all the emails will be stored to that file. Still, if you want to make real Smtp server application, look no more for native support for socket related material - you just found it. Smtp server will deal with clients and connections - you must deal with messages. Once new user connects to your Smtp server, you need to provide some way of storing message posted by user to some file on disk, or just read it from Body property and store manually to, for example, database. This is really easy task. If you keep all the emails in separate files, that's just great for usage with WeOnlyDo! Smtp server. If you prefer to keep it in one large file - we will not argue about it. You can specify filename, make Smtp server Append to that file, and everything will still work just great. As a result, you will have one mailbox for each user just like on UNIX computers. Together with WeOnlyDo! Pop3 server, you can make powerful fully maintained mail service application that will share emails in your company, receive them from internet and anything else you can imagine. You can even create emails for your employees on the fly. You can make Smtp store to same files from where Pop3 reads them. Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000.
Version: 2.2.4.0 Filesize: 2.52 MB
Added on: 07-Feb-2007 Downloads: 0
HomePage | Rate Resource | Details
wodSSH
Description: Shareware, $189. 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. When in secure mode - you can connect to SSH servers, which are standard today in remote console communication. wodSSH is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server. wodSSH can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It also supports blocking and non-blocking operations, thus it's suitable for many environments, such as ASP. Using WaitFor and Execute methods, it will behave just like expect command known from UNIX systems. When you're unsure when to send actual command, wodSSH may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired. Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000, Windows CE.
Version: 2.4.1.0 Filesize: 1.17 MB
Added on: 08-Feb-2007 Downloads: 0
HomePage | Rate Resource | Details
wodSSHServer
Description: Shareware, $229. wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong encryption of data, and authentication of users over insecure networks, such as Internet. Using it is really easy. Add it to your form (or create instance on the fly), use internal methods to generate pair of keys for the server (or import existing ones from other SSH servers) and start the server. From that moment, clients will be able to connect to your server, and do the following: enter chat that you created for them, start command prompt and execute commands inside (just as they would do it from the console window), start some program of their choice use internally provided SFTP (secure ftp) server, or open port forwarding for other programs All of this, of course, can be adjusted by your needs. By default, server will not allow anyone to login unless you specify so (using LoginPassword event that is fired when someone wants to login to your server). Once connected, you will get the information about service type user requests. At this point, you can accept, reject or even change the service he requested. Or, you can just leave him alone and not interfere with his actions at all. Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000.
Version: 1.3.5.0 Filesize: 1.31 MB
Added on: 24-Feb-2007 Downloads: 2
HomePage | Rate Resource | Details
wodTelnetDLX
Description: Shareware, $199. 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. - Includes Certificate Management Component - you can use OpenSSL as well as MS CertificateStore certificates - Automatically sends login and password if specified - Fires events when data is received, or key (even special) is pressed - Allows transparent use of any of supported protocol. Change one property - leave other code the same! Program OS Support: Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000, Windows CE.
Version: 2.2.4.0 Filesize: 2.94 MB
Added on: 01-Mar-2007 Downloads: 7
HomePage | Rate Resource | Details