|
What
is anonymous FTP?
Anonymous
FTP is the ability to download files from your servers without having
a login username and password. For security reasons, we only allow
anonymous FTP to specific directories.
How
do I allow someone to download files anonymously?
After
anonymous FTP is set up, it will create a directory called /your_domain-anonftp
in your home directory. This directory will by default contain the
following directories:
/bin
/dev
/etc
/ lib
/pub
The
only directory that is used is the /pub
directory. This directory is where we recommend you put files that
you want to enable users to anonymously download. Your users can
access this directory through an FTP client or via a browser by
going to:
ftp://your_domain.com/pub
|