- 10 IT security companies to watch
- Mobile phone chargers are energy vampires
- Smartphone smackdown: Storm vs. iPhone
- Video game collisions I'd like to see
- Court slams door on sale of spyware
Recently we talked about ways to access your e-mail from remote locations Now let me offer some ways to get at your files when traveling or while sitting at home.
You can usually twist your e-mail server into some file-storage duties. If you can access mail through a Web interface, your server supports Internet Message Access Protocol (IMAP), which means you can leave mail in folders on the server. Create a folder called Proposals or Sales Lit or whatever, send yourself some e-mail with files attached, and park those messages in those folders. Anytime you need those files, they're waiting for you.
Storage space will be limited by the amount of space you have licensed for your Web site. This limitation makes Hotmail and Yahoo Mail tough to use for file storage because free services often give only small amounts of storage space (10M bytes is common). Google's upcoming GMail will offer users 1G byte (yes, gigabyte) of disk storage per user, which means you should be able to automatically archive every e-mail you send and receive for years.
One workhouse server you may not know you have is an FTP server on your Web server. Defined before the Internet was built, FTP uses a few powerful commands (like PUT files and GET files) to transfer files between disparate systems. FTP requires little server overhead, and there are versions for every operating system in the world, so cross-platform access comes by default.
Microsoft has never included a graphical FTP server in its client operating systems, although it includes the DOS command prompt version. However, graphical FTP client software can be had many places, including more than 100 free FTP clients from www.download.com.
To get access to your Web server, you will need to know your URL (use ftp.MyServer.com rather than www.MyServer.com), your Web server administration user name and your password. You can create a folder on your Web server that's not visible on the Web and use it just for file storage.
Comment