You can also visit my other site TechHail for more information on Computers, Technology, Blogging, Laptops, Mobiles and everything else that is Technical!!!

FTP Voyager  

A web site can be updated with a single click, files can be transferred, etc with the help of FTP Voyager. Downloads can be stored. Uploading, downloading, synchronizing and deleting of files and folders are possible with FTP Scheduler. Internet connection can also be dialed through FTP Scheduler. The Profile Manager is preloaded with ample of FTP sites.

1 comments

  • HTTP  
    December 11, 2008 9:50 AM

    FTP is an obsolete and outdated protocol.
    Anyone using FTP should seriously consider using WebDAV.

    Since DAV works over HTTP, you get all the benefits of HTTP that FTP cannot provide. For example: strong authentication, encryption, proxy support, and caching. It is true that you can get some of this through SSH, but the HTTP infrastructure is much more widely deployed than SSH. Further, SSH does not have the wide complement of tools, development libraries, and applications that HTTP does.

    DAV transfers (well, HTTP transfers) are also more efficient than FTP. You can pipeline multiple transfers through a single TCP connection, whereas FTP requires a new connection for each file transferred (plus the control connection).

    You do not need a client if using Windows or Mac since a client is integrated into the operating system.

    Do a Google search for BarracudaDrive, which is an easy to use WebDAV server.
    http://barracudaserver.com/products/BarracudaDrive/FileServer.lsp

Post a Comment