In my last post I have shown how to send a simple SMTP email message. This is good only for simple text messages, no HTML or attachments. In this post I’ll show…
Send a simple SMTP email message with java
The next code will show you the simplest way to send an email in java. The only thing you need is an email address and the smtp host address of your email…
Download files with Java
Simple java code to download files from the net.
Common Unix Commands
Files/Directories cp source destination Copies the source file to destination. ls Listsd the content of the current directory. ls -l – shows also extra info. ls -R – shows content of directory…