Developer Tools - Internet
In addition to your programming language, what do you need to be a successful programmer?
One part of the answer is the right set of tools, including many not provided
as a part of the language distribution. The old saying "It's a poor carpenter who blames his tools!"
may be true, but having good tools definitely gives a good programmer a head start.
Internet
The two most common internet application functions would be to send
an email or to send/received a file via FTP. There are two very easy
to use, low cost tools available for adding these features to an
application. I use these in my applications.
- EZFTP
Only a few lines will add FTP capabilities to your application.
- SMTP/POP3 Components
Easy to understand interface and reliable performance.
Check out my software reviews section
for a more complete listing/recommendation of programming tools.
|