Monthly Archive for October, 2006

Telnet/FTP Servers

In the past, I have used a software suite called Hummingbird (specifically: Hummingbird InetD). It was lightweight and had a very nice, yet simple, control panel for configuring, starting, and stopping services such as FTP, telnet, etc. Very useful for Windows machines that don’t have these kinds of services by default. For example:

Hummingbird Inetd (dialog)

This is great when using a one or two machines to do the job because the license fee is $99 per machine. However, in my current situation, I have roughly ten machines that need telnet and FTP services and will most likely grow that number in the future. So I have opted to go with the following:

The beautiful thing is that both are free to use and easy to configure. Here are a few more details:

  • KpyM Telnet Server
    • Uses the native Windows user and groups for security.
    • Command line driven using very simple commands for installing, starting, restarting, and stopping the server.
    • Customization is done by editing the kts.ini file.
    • The shareware version has a slight six second pause before accepting a user login and password. This is slightly annoying but since it’s free and easy enough to workaround, I can’t complain.
  • FileZilla FTP Server
    • Manages its own user and group list.
    • You can configure a home directory for each user and group.
    • You can control read, write, execute access for both user and group level.
    • Customization is done via a handy server interface GUI.
    • All settings are stored by an XML file just like the client version.
    • Read LifeHacker for additional details.

Protected: J & S’s Wedding

This post is password protected. To view it please enter your password below:


Protected: Friday Fright Night

This post is password protected. To view it please enter your password below:


Protected: Chloe

This post is password protected. To view it please enter your password below:


Protected: Race for the Cure

This post is password protected. To view it please enter your password below:


Instant Messaging

I have been on an instant messaging (IM) kick lately as I have an interest in writing code that can send messages to IM clients.  This is a result of the environment that I work in because getting time sensitive information in real-time in addition e-mail or RSS feeds would be beneficial.  Here is some interesting information:

With the information above in mind, having a network of Trillian clients, and using the Smack API, I could very easily accomplish this task.

Trillian Command Line Options

I have started using the Trillian instant messaging software again since the company I work for has a slew of different protocols in use. I am a fan of the Skype but Trillian supports the Skype protocol as well (well, if you upgrade to Trillian Pro that is). Anyway, I have been looking for command line options in which I could hook up SnagIt to Trillian for sending quick and dirty screen captures to people in my contacts list. This is a feature I take for granted when using Skype but lose out with Trillian. This is the about the best I have seen for Trillian documentation:

Unfortunately, it seems, that Trillian doesn’t support any kind of file send options. Skype, at least, has the /sendto command.