Names like Comcast, Verizon, SBC, RoadRunner, Cox, Charter - control the vast majority of the ‘last mile’ internet running into many homes. A fact of today’s economy in the United States is that in any particular geographic area, you only have a handful of providers that can provide high-speed access to the internet. For example, in the Philadelphia region there are only 2 serious options - Verizon and Comcast.

The reason for this is that being able to provide a high speed access line to a home involves running a LOT of wire or fiber - and this has an enormous  investment in capital and technology. Only large companies have the resources available to provide these services and keep them stable. They also will buy many smaller companies that pop up - both for their technology or because it also eliminates some of the competition. Comcast has done this in our area and has largely bought many alternatives to their cable service.

Television, on the same hand, has traditionally been controlled by a handful of local companies. Largely due to copyright restrictions and content agreements, smaller non-geographically centered companies have been unable to gain access to popular content. Therefore most television providers are behemoths and there are not many smaller options.

Now in theory, we now have the internet bandwidth to have full streaming, HD television content to come right over your internet connection. There is a great deal of bandwidth involved in such a service - so the technology many companies use to bring video streams to your desktop (or other display) uses Point to Point protocol (P2P). This distributes the bandwidth across many clients so instead of having one source for the video bandwidth, it is more evenly distributed.

The Problem

Perhaps you see where this is going. Many major ISPs now offer television services over their connections. Likewise, many Television companies offer internet service as well. The prospect of a customer going to another company and purchasing a television package, using your ISP/Television Company’s internet bandwidth (that you already pay for), is a frightening prospect for them. Right now, cable programming is a cash cow. I would say the majority of television users watch a handful of channels on a regular basis, however all cable television companies force you to purchase a ‘package’ with hundreds of channels. They have largely resisted a-la-cart programming options.

What it comes down to is choice. The choice to be a smart consumer and not be tied down to a single company for any service - whether that be internet, television or phone. Of course, the companies who provide these services would love for you to have to use their other services, and in my experience many consumers do go for these ‘triple play’ packages. In their minds, getting phone, internet, and TV for $99 (Even though this is a teaser rate, and will likely go up to $140 a month or more after the initial period) is a great deal.

So what can you do?

So how can the consumer fight for this choice? The companies certainly are not going to fight for you.

  1. In the United States, the FCC has some power to regular the big companies that deliver internet to your household. Some people (including myself) do not completely trust in this entity to serve the best interests of consumers.
  2. Ultimately, in today’s free enterprise economic system - your wallet does the talking. If your ISP decides to throttle, delay, or otherwise impede P2P traffic - run for the hills and choose the nearest alternative. Let them know this is the reason you are leaving.
  3. Finally, educate anyone willing to listen about this problem. It goes largely unnoticed by the general population, and the more people who know about this issue, the better.

So what happens when there are no other choices? Well then it may be time for a new breed of ISP to enter the landscape, but I’ll save that article for another day.

For more information or to contact your representative, see http://www.savetheinternet.com/.

My preferred server platform is linux. I have not yet been able to move to a linux-based system for my daily work, and trust me I’ve tried a number of times to move to a Fedora or Ubuntu desktop. Windows is still best for productivity and day-to-day tasks, as well as compatibility with other office workers. However that brings up the question of how to access resources on a linux system, securely, and easily enough to not take too much time out of your workflow.

I have previously used the free WinSCP to do this. However, much like the FTP clients of yore, you need to transfer the file to your local PC, do the actual editing on your workstation (I prefer PSPad by the way), and then transfer the file back to the server.

Windows fixed this particular issue by adding in Mapped drives, which can connect to an FTP source. This is all great, and it works fine, but it is not a secure way to transfer files which may or may not include sensitive information in them.

Recently a few programs have come out that connect to an SSH server via SFTP and map a drive on your system. The two that I have found and are viable are called Webdrive and SftpDrive. Both products offer a secure connection to your SSH server, including a mapped drive letter. Below is a short review of each product:

SftpDrive

Sftpdrive

SftpDrive is a program that does one thing and it does one thing well - it connects you to your server via SFTP. In my testing the speed was very fast, it seemed faster than my WinSCP connection even. It does not do caching, which in my mind is a good thing because it can cause problems with different versions of files moving between your system and the server source.

Their support is top notch - contacting them resulted in an immediate email back. They also have some great forums for user interaction, and the owner frequents there as well.

Price: $39 - unlimited upgrades to future versions

Webdrive

The other alternative is Webdrive. This software has a few more bells and whistles - notably:

  • Ability to map WebDAV and FTP in addition to SFTP servers
  • Caches remote directories locally

If you have the need to map a WebDAV or FTP connection, you can manage this right inside of this program. In this regards, this software will be a ‘one stop shop’ for mapping drives on your system.

It also can cache files on your local system. This has both advantages and disadvantages. The advantage, especially on a slower connection / link, is that when you edit a file on the drive you will actually be editing a file on your local PC, speeding up this process. The disadvantage with this, is that your server files may not be updated right away, adding a delay to when you edit a file and actually having it live on the server. This could add confusion when dealing with a configuration issue or other problem and adds a layer of complexity.

Price: $59.95 /w 1 year of upgrades, $79.95 /w 2 years of upgrades

Final Verdict
It was a close race but Sftpdrive comes out on top for my needs. Unless your organization has a need to keep mapped drives all under the same software, or you are working with a very slow connection, Sftpdrive will work fine for your needs. Also edging it closer to the win is the cheaper price, and the ability to receive upgrades to the software in the future without paying an additional fee. Using this software will increase the overall security of your day-to-day system administration tasks while reducing your time involved.

I would strongly recommend downloading a trial version of each software package and see which one fits your needs!

  • WebDrive - A 20-day demo version
  • SftpDrive - Get a trial 45-day key and download software

Note 1:
If you need an automated backup solution, I strongly recommend SyncBackSE. Using this backup software + Sftpdrive, you can have an automated, safe backup to an offsite location. Not only will your transfers be secure, but SyncBackSE will encrypt the contents of your backup on the remote location. This is great if you are using a server or other remote service to store your backups - although most services are reputable I wouldn’t want anyone to have access to my financial or other personal information.

Notes 2:
The faster your UPLOAD speed to the internet, the better performance you will see on your mapped SFTP drive. Currently the ISP which has the best upload speeds for the value in my area (Philadelphia) is Verizon Fios. Their lowest package offers 5mbit download, and 2mbit upload. This compares to Comcast which only offers a 384kbps upload on their basic package.

  • Welcome to systemBash, a technology and system administration blog by David Drager. If you enjoy this sort of content, can can subscribe to the RSS using the link to the right.