Please check out our new video tutorial, which demonstrates how to write your own framed messaging server and client based on the basic TcpServer and TcpClient components.
The sources are available on GitHub π₯
https://youtu.be/vIIdVvfh4RQ
The sources are available on GitHub π₯
https://youtu.be/vIIdVvfh4RQ
YouTube
How to write a Framed Messaging Server and Client in C#
The example shows how to write your own framed messaging server and client based on the basic TcpServer and TcpClient components.
Download Source Code: https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/FramedMessaging
Cleverβ¦
Download Source Code: https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/FramedMessaging
Cleverβ¦
ββHello, we have updated the Database Comparer VCL demos and added a new example for the TTableDataComparer component. The example shows how to compare and synchronize two Firebird DB tables using a user-defined SQL script to fetch records. The connection is implemented via the FireDAC library.
https://www.clevercomponents.com/portal/news/97/datacomparercustomsql-delphi-tutorial-for-database-comparer-vcl.aspx
https://www.clevercomponents.com/portal/news/97/datacomparercustomsql-delphi-tutorial-for-database-comparer-vcl.aspx
ββHello, we have open sourced TaskRunner, a Delphi program we used for our daily development tasks. The program serves for Software build automation, executing sequential tasks, including database backup/restore; running SQL scripts, Windows shell commands, Pascal scripts, passing variables through the whole task execution chain, and many more.
Please check out our GitHub repository and feel free to star it to help other devs to learn about this project βοΈ
https://github.com/CleverComponents/Task-Runner
Please check out our GitHub repository and feel free to star it to help other devs to learn about this project βοΈ
https://github.com/CleverComponents/Task-Runner
ββMy experience using RemObjects PascalScript to run scripts in Delphi - this new article shows how to run a Pascal script in Delphi, pass variables and types to a script. The whole process works asynchronously, in threads.
Please check it out and leave your reaction πππ²
https://www.clevercomponents.com/articles/article052/
Please check it out and leave your reaction πππ²
https://www.clevercomponents.com/articles/article052/
New video - How to set up and run a project in TaskRunner.
This video tells you how to set up and run a project in the TaskRunner tool. We'll create tasks to compile a program using the Delphi command line compiler and pack using the pkzipc utility.
Please check it out, and don't forget to leave your reaction π
https://youtu.be/cndY-BVm8yA
This video tells you how to set up and run a project in the TaskRunner tool. We'll create tasks to compile a program using the Delphi command line compiler and pack using the pkzipc utility.
Please check it out, and don't forget to leave your reaction π
https://youtu.be/cndY-BVm8yA
YouTube
How to set up and run a project in TaskRunner
This video tells you how to set up and run a project in the TaskRunner tool. We'll create tasks to compile a program using the Delphi command line compiler and pack using the pkzipc utility.
Download TaskRunner: https://github.com/CleverComponents/Task-Runner
Download TaskRunner: https://github.com/CleverComponents/Task-Runner
ββThe Clever Internet Suite version 9.6 updated.
In this August update, we have added the IPv6 support to the SOCKS5 implementation, fixed existing issues in the SFTP and HTTP client components, and improved the SOAP MTOM attachments algorithm.
See the complete change list on the product webpage π
https://www.clevercomponents.com/products/inetsuite/
In this August update, we have added the IPv6 support to the SOCKS5 implementation, fixed existing issues in the SFTP and HTTP client components, and improved the SOAP MTOM attachments algorithm.
See the complete change list on the product webpage π
https://www.clevercomponents.com/products/inetsuite/
ββHi, we have updated the Tnef-Parser library on GitHub: https://github.com/CleverComponents/Tnef-Parser
The update includes fixes for parsing of named MAPI parameters. The fork for previous non-unicode versions of Delphi is updated, as well. This fork includes fixes for decoding unicode names, and available here: https://github.com/sergshirokov/Tnef-Parser
The update includes fixes for parsing of named MAPI parameters. The fork for previous non-unicode versions of Delphi is updated, as well. This fork includes fixes for decoding unicode names, and available here: https://github.com/sergshirokov/Tnef-Parser
ββGood day, we have updated the TaskRunner app, a build automation tool, up to the version 1.2 π₯ The new version provides the full JavaScript support. You can pass variables between TaskRunner's tasks, read and modify them inside scripts. The used SpiderMonkey engine allows you to call Node.js modules, such as fs, os, or http.
The upcoming articles and video tutorials will describe how to use scripting to automate the app build process.
https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg/playlists
TaskRunner v 1.2 on GitHub
https://github.com/clevercomponents/task-runner
The upcoming articles and video tutorials will describe how to use scripting to automate the app build process.
https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg/playlists
TaskRunner v 1.2 on GitHub
https://github.com/clevercomponents/task-runner
ββPlease check out a new article - Getting started with SpiderMonkey to run JavaScript in Delphi.
The article describes how to incorporate JavaScript in Delphi, call Delphi objects in a script, exchange data between the main app and a script, and use Node.js modules.
You can download the source code for all the examples in this article on GitHub π
https://www.clevercomponents.com/articles/article053/
The article describes how to incorporate JavaScript in Delphi, call Delphi objects in a script, exchange data between the main app and a script, and use Node.js modules.
You can download the source code for all the examples in this article on GitHub π
https://www.clevercomponents.com/articles/article053/
ββHello, we have updated the Clever Internet Suite library for Delphi and C++Builder:
https://www.clevercomponents.com/products/inetsuite/
This October update adds the Inclusive Namespaces parameters to the SOAP c14n canonicalization for both the message signature and XML transforms. Examples of using the REST SOAP functionality are available on our GitHub repository:
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/RestSoapSignEncrypt
You can use a special Halloween offer to buy a new or upgrade an existing license of our products π
https://www.clevercomponents.com/order/
https://www.clevercomponents.com/products/inetsuite/
This October update adds the Inclusive Namespaces parameters to the SOAP c14n canonicalization for both the message signature and XML transforms. Examples of using the REST SOAP functionality are available on our GitHub repository:
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/RestSoapSignEncrypt
You can use a special Halloween offer to buy a new or upgrade an existing license of our products π
https://www.clevercomponents.com/order/
ββGood day, the TaskRunner version 1.3 has been released ππΎπ
This build automation tool allows you to run sequential tasks, such as compiling projects, backup, restore DBs, executing JavaScript, and many more. In the new version, we have updated the app GUI and added the tabbed task editor.
The upcoming article and video tutorial will describe how to automate the InnoSetup script compilation process.
Please try the updated TaskRunner, and feel free to βοΈ the repo to help other devs to learn about this tool.
https://github.com/CleverComponents/Task-Runner/releases/tag/1.3
This build automation tool allows you to run sequential tasks, such as compiling projects, backup, restore DBs, executing JavaScript, and many more. In the new version, we have updated the app GUI and added the tabbed task editor.
The upcoming article and video tutorial will describe how to automate the InnoSetup script compilation process.
Please try the updated TaskRunner, and feel free to βοΈ the repo to help other devs to learn about this tool.
https://github.com/CleverComponents/Task-Runner/releases/tag/1.3
ββHello, please check out the new Database Comparer Tools 8.0 Beta, we have published yesterday.
In this beta version, we have updated the app UI, added the comparison profiles, fixed some existing issues, and implemented other code improvements.
π₯The tools are absolutely free for non-commercial use. If you like to get a paid version of the Database Comparer Tools, or any other our product, feel free to use a special offer, we have published for this Black Friday season.
https://www.clevercomponents.com/downloads/dbc/dbcdownload.asp
In this beta version, we have updated the app UI, added the comparison profiles, fixed some existing issues, and implemented other code improvements.
π₯The tools are absolutely free for non-commercial use. If you like to get a paid version of the Database Comparer Tools, or any other our product, feel free to use a special offer, we have published for this Black Friday season.
https://www.clevercomponents.com/downloads/dbc/dbcdownload.asp
ββThe 2020'th was not an easy year for anyone in the world. But we got through it. Furthermore, this year gave us a lot of interesting work. We have opened a new Youtube channel and started working on the FMX version of our leading product, Clever Internet Suite.
The new SFTP Server feature is almost ready to release.
We also wish you to have new interesting projects, success stories with our products, health, and much happiness in the New 2021 year.
Happy New Year!
Your Clever Components team.
The new SFTP Server feature is almost ready to release.
We also wish you to have new interesting projects, success stories with our products, health, and much happiness in the New 2021 year.
Happy New Year!
Your Clever Components team.
ββHello, we have released the Clever Internet Suite 10.0.
This new version introduces the SFTP Server component and also the TCP Client / Server components, which can be used for implementing any custom data exchange.
The SSH engine was totally redesigned and improved to support more SSH channels and the SSH tunneling functionality, which will come in one of the nearest version of the product.
Also, we have fixed some existing problems in the HTTP client, the SOAP Security engine, the SSH channel implementation, and improved the AES-CTR cipher performance.
Please check out the product website for more details:
https://www.clevercomponents.com/products/inetsuite/
This new version introduces the SFTP Server component and also the TCP Client / Server components, which can be used for implementing any custom data exchange.
The SSH engine was totally redesigned and improved to support more SSH channels and the SSH tunneling functionality, which will come in one of the nearest version of the product.
Also, we have fixed some existing problems in the HTTP client, the SOAP Security engine, the SSH channel implementation, and improved the AES-CTR cipher performance.
Please check out the product website for more details:
https://www.clevercomponents.com/products/inetsuite/
ββGood day, the TaskRunner version 1.4 has been released.
In this new version, we have fixed some issues with parsing parameters in Delphi and JavaScript engines, added a new application icon, and also implemented other minor improvements.
Please try the updated TaskRunner, and feel free to star the repo to help other devs to learn about this tool π
TaskRunner on GitHub https://github.com/CleverComponents/Task-Runner/releases/tag/1.4
In this new version, we have fixed some issues with parsing parameters in Delphi and JavaScript engines, added a new application icon, and also implemented other minor improvements.
Please try the updated TaskRunner, and feel free to star the repo to help other devs to learn about this tool π
TaskRunner on GitHub https://github.com/CleverComponents/Task-Runner/releases/tag/1.4
ββGood day, we have published the SFTP Server program - a new Delphi example for the Clever Internet Suite components.
The program implements a fully functional SFTP server with multi-session support, which works via the SSH File Transfer Protocol.
The server allows you to define the listening port and the local binding host, load or generate an RSA host key, and choose cryptographic and integrity algorithms, which will be used during the SSH session.
Check out the program's GitHub repository for more details, and don't forget to βοΈ the repo!
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/Delphi/SFtpServer
The program implements a fully functional SFTP server with multi-session support, which works via the SSH File Transfer Protocol.
The server allows you to define the listening port and the local binding host, load or generate an RSA host key, and choose cryptographic and integrity algorithms, which will be used during the SSH session.
Check out the program's GitHub repository for more details, and don't forget to βοΈ the repo!
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/Delphi/SFtpServer
Delphi / C++Builder 11 Alexandria has been released π
We are busy adding support for Delphi 11 Alexandria / C++Builder 11 Alexandria to our Internet and database products. Please stay tuned to our updates.
https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-11-alexandria/
We are busy adding support for Delphi 11 Alexandria / C++Builder 11 Alexandria to our Internet and database products. Please stay tuned to our updates.
https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-11-alexandria/
Embarcadero RAD Studio, Delphi, & C++Builder Blogs
Announcing the Availability of RAD Studio 11 Alexandria
ββGood day, we have released the Clever Internet Suite version 10.1
The new version introduces the RAD Studio 11 Alexandria support and implements the SSH Public Key authorization for the SFTP Server component. We have added the new SFTP Server, TCP Client, and TCP Server .NET components to the Visual Studio Toolbox. The SFTP server VCL component was improved to support multiple subsequent authorizations while establishing the session.
Starting from now, the SFTP server component, and also the SSH server engine are available in both the VCL and .NET editions of the library.
Also, we have fixed some existing problems with the SFTP client, the OAUTH component, the SOAP Security engine, and the SSH protocol implementation.
Please check out the product website for more details:
https://www.clevercomponents.com/products/inetsuite/
The new version introduces the RAD Studio 11 Alexandria support and implements the SSH Public Key authorization for the SFTP Server component. We have added the new SFTP Server, TCP Client, and TCP Server .NET components to the Visual Studio Toolbox. The SFTP server VCL component was improved to support multiple subsequent authorizations while establishing the session.
Starting from now, the SFTP server component, and also the SSH server engine are available in both the VCL and .NET editions of the library.
Also, we have fixed some existing problems with the SFTP client, the OAUTH component, the SOAP Security engine, and the SSH protocol implementation.
Please check out the product website for more details:
https://www.clevercomponents.com/products/inetsuite/
ββGood day, check out the new SFTP Server example in C# .NET π²
The program implements a fully functional SFTP server with multi-session support, which works via the SSH File Transfer Protocol.
The code is available in our GitHub repo π
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/CS/SFtpServer
The program implements a fully functional SFTP server with multi-session support, which works via the SSH File Transfer Protocol.
The code is available in our GitHub repo π
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/CS/SFtpServer
ββHello, we have added two new examples to the Clever Internet Suite Tutorials collection π
The examples show how to connect the Bitstamp API from Delphi
https://www.clevercomponents.com/portal/kb/a176/connect-bitstamp-api-from-delphi.aspx
and how to handle custom search criteria in the IMAP4 Server component for C# .NET
https://www.clevercomponents.com/portal/kb/a177/handling-search-undeleted-since-in-imap4-server-for-c-_net.aspx
The examples show how to connect the Bitstamp API from Delphi
https://www.clevercomponents.com/portal/kb/a176/connect-bitstamp-api-from-delphi.aspx
and how to handle custom search criteria in the IMAP4 Server component for C# .NET
https://www.clevercomponents.com/portal/kb/a177/handling-search-undeleted-since-in-imap4-server-for-c-_net.aspx
ββHappy Halloween π
Get 20% discount on all CleverComponents products.
https://www.clevercomponents.com/order/
Get 20% discount on all CleverComponents products.
https://www.clevercomponents.com/order/