|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
If you are not part of a transnational organization that has organized all its computers in a huge network (or VPN), you have a few options transferring files and folders to remote computers:
There are some cases where you don't have access to the remote computer, e.g. the one that hosts your website. The website files are physically stored on a server somewhere inside your web host's infrastructure, but you don't know where. File Transfer Protocol (FTP), that old workhorse, is the usual transfer mechanism then. You keep a copy of the website files on your home computer, make changes locally and then send them through FTP (or secure FTP) to publish the website changes. WebDAV is a newer internet protocol that does everything FTP can do and more. It was designed with collaboration in mind (file locking etc), but for our 1-man-show website management purposes it's enough to know that it is filesystem aware and you can connect securely to it to transfer files, or even edit them in place (remotely!). Microsoft has included WebDAV support in windows for a long time, since windows 98 webfolders. Things have improved a lot with windows XP and Vista, where a system component called WebDAV mini-redirector makes remote http:// folders appear like UNC network paths, so you can treat them like normal filesystem folders for all intents and purposes. In contrast, FTP folders are non-filesystem beasts (like zipfolders) so features like xplorer˛ robust transfers won't work — but they do in webdav albeit at a slower pace. Webfolder setup On your home computer, you can add the remote folder using the special network places folder. For windows vista, the procedure is slightly different; you add a webfolder through Map network drive. I've read claims that you can assign a drive letter to webfolders, but I haven't managed to make it work. With xplorer˛ you can skip the home-side setup and type the webfolder http:// "path" straight in the addressbar; no need to add a network place beforehand. Once you establish a connection, you can use it as a normal folder. For more details have a look at today's demo So what's best, WebDAV or FTP? Without particular tests I cannot say, but webdav is a newer protocol and claimed to be more effective. Security wise, both are equally feeble, but can be beefed up, webdav over https and SFTP — not much to choose. xplorer˛ can preview documents directly from both. The major webdav advantage I can see at least for xplorer˛ is that your password doesn't have to be included in the path like FTP. It is securely stored in your protected storage area instead. It's up to you to try them both and decide which suits your needs best! ps. Thanks to wasker for providing the webfolder for today's demo — my webhost had a recent update and managed to screw up webdav...
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
© 2002—2008 Nikos Bozinis, all rights reserved |