Sample Projects
Sample Project | Description |
FTP Client | A full featured FTP client built using the FTP component. It allows browsing of directories, uploads and downloads of files, and more. |
GET URL | Shows how to download the content of a URL from a Web server. |
HTML Mailer | Shows how to use HTMLMailer to send HTML Mail with inline images. |
IMAP Email Client | Shows how to use the IMAP component to access IMAP servers (e.g. MS Exchange). |
LDAP Search | Shows how to contact an LDAP server and lookup a name. |
OAuth | Demonstrates how to authenticate using the OAuth component. |
POP Email Client | A simple email client. It shows how to use the SMTP and POP-based components to access POP and SMTP mail servers. |
SSL Echo Client | A simple SSL echo client. It demonstrates the use of SSLClient to build the simplest TCP/IP client. Use in conjunction with the SSL Echo Server demo. |
SSL Echo Server | A simple SSL echo server. It demonstrates the use of SSLServer to build the simplest TCP/IP server. Use in conjunction with the SSL Echo Client demo. |
WebSocket Client | Shows how to use the WebSocketClient component to send and receive data. |
WebSocket Server | Uses the WebSocketServer component to create a simple WebSocket server. |