SftpDrive: A Must Have Utility For Web Designers

Posted 1907 days ago - Development, Encryption, Windows

If you maintain a website that's hosted on a Linux server, you're aware the process of editing pages locally and uploading them to the server is often a hassle. Most server administrators run an ftp daemon to enable file transferring. Some of the file types a client may transfer include, but aren't limited to: images, style sheets, server side pages, and html.

Running an ftp daemon just to accomplish this is not only a waste of precious system resources, but an added security risk as well. A great tool that seamlessly integrates into Windows and avoids a lot of the hassles involved with FTP clients (and daemons) is SftpDrive.

SftpDrive is a Windows based utility that takes advantage of the SSH daemon that either your server, or your hosting company's server should have available. Not only that, but it's a breeze to setup. sftpdrive config

Once configured and connected, SftpDrive produces a "mapped network drive" under My Computer. Whenever data is sent to or from this mapped network drive, it's transferred through SSH and fully encrypted from point to point.

Split screen view

To use SftpDrive, just open either Windows Explorer or My Computer, then drag and drop locally stored files from your Windows machine to the /home/user directory of the Linux Server. Files can then be copied to the /www directory or whichever directory your site's content is stored in. SftpDrive is so configurable that you can share either the entire root directory of the server, or just a custom directory of your choice.My Computer view

The ability to reconnect at Windows login (startup) is an added bonus that assures you’re connected to the server every time you fire up the PC. Uploading content and maintaining pages are just a drag and drop away. With the simplicity of operability, and the added security, this utility should be a must for any web designer using a Linux server, you’ll thank me later.

Word Count: 406

Tags: , ,

Click Here to Submit a Comment

Permalink / Last Modified:

Support Nullamatix.com:

See Also:

  • 10/17/2009 -- Solution: “failed to open /dev/fuse: Permission denied”
    Excerpt: "After installing and attempting to use sshfs (Secure Shell File System) for the first time in a few months, the permissions for the fuse device were giving me grief. guyp@q9550 ~$ sshfs -p 62002 root@10.254.7.56:/ /mnt/sshfs fuse: failed to open ..."
  • 12/17/2007 -- Howto: Remote Desktop At Work, Evading A Firewall
    Excerpt: "A lot of organizations intentionally block remote desktop capabilities. With that in mind, please be aware that following the instructions in this post may lead to consequences depending on policies outlined within your organization. This guide will ..."
  • 08/22/2009 -- Howto: Fortinet Pub Key Authentication for Backups
    Excerpt: "With FortiOS 3.0 MR3 and up, properly configured accounts can use secure copy (SCP) to download the configuration file from a FortiGate unit. This will provide a means to create daily backups of all the FortiGate configuration files you're responsible for ..."
  • 02/21/2008 -- Is Comcast Blocking More Than Just Torrents?
    Excerpt: "Although I've yet to compile any concrete proof, recent indicators have made me wonder whether or not Comcast is filtering more than just torrent traffic. Since implementing the steps outlined in this post, Comcast has actually been pretty tolerable, until ..."

Leave a Reply