QUOTE (asimrsiddiqui @ Sep 18 2004, 12:41 PM)
Hi,
I think that whenever anyone create any new site and want to publish over internet he must have the following features in order to choose free webhost.
Free Space [as much he needs]
Bandwidth [according to you think how much visitors u expect]
Uploading should be FTP/Browser both
Subdomain like /you
Must Support at least one either Php or Asp
No popup or banner should be good enough.
i would LOVE to find a webserver that supports RSYNC aswel as FTP.
infact, im surprised RSYNC isnt used at all !
QUOTE
DESCRIPTION
rsync is a program that behaves in much the same way that rcp does, but
has many more options and uses the rsync remote-update protocol to
greatly speed up file transfers when the destination file already
exists.
The rsync remote-update protocol allows rsync to transfer just the dif-
ferences between two sets of files across the network connection, using
an efficient checksum-search algorithm described in the technical
report that accompanies this package.
Some of the additional features of rsync are:
o support for copying links, devices, owners, groups and permis-
sions
o exclude and exclude-from options similar to GNU tar
o a CVS exclude mode for ignoring the same files that CVS would
ignore
o can use any transparent remote shell, including ssh or rsh
o does not require root privileges
o pipelining of file transfers to minimize latency costs
o support for anonymous or authenticated rsync servers (ideal for
mirroring)
okay... there IS a drawback ! RSYNC does use more processor power on the server tha FTP, but for the customers, its a life saver..
basically... lets say you have your website, there is one uploaded to your webserver, and one on your local machine that you work on / update.
after working on your site, withthe current method, you have to find all the files you added or made changes to, and upload them individually..
but with rsync, you just set it running on your website directory, it automatically work oout what needs to be uploaded, and what doesnt.
for big webpages / projects its PRICELESS !

Comment/Reply (w/o sign-up)