Posts Tagged ‘ftp’

How to Mount an FTP as a Windows drive

Postato in Apps, Tricks il 4 August 2007 da riccardo – Invia per primo un commento

As a web developer I work everyday with FTP to transfer and update files on several web servers. The process is simple but boring: I’ve to download a page on my hard drive, edit it and then upload it back on the remote machine to test my modifications. These activities must be done with an FTP client like FileZilla, SmartFTP, WS_FTP

Microsoft Windows can’t mount FTP servers on the local filesystem as network folders (you can do it only with computers that are connected in your local network), so it’s impossible to work with a local application (PhotoShop, Dreamweaver, Notepad++…) loading and saving documents directly on the remote server.

There is some software that is able to add this functionality to Microsoft Operating System, like the old Novell NetDrive, that is not freeware but is considered as abandonware by the same software house. Now Novell suggests to use a newer product like WebDrive, but it’s unfortunately a commercial software.

I Googled for a while and finally I found a solution.

FTP Drive in action

leggi tutto »