DBC 422
AND
DBC 425
83
1531-DBC 422 02 Uen B3 2013-12-02
•
Right-click and select
New
•
Select
Virtual Directory
. Name the virtual directory according to
the physical directory created above. Enable read and write as
access permission.
7.47.2 Fastream
(for Windows)
Fastream NETFile FTP / Web server can be downloaded from
www.fastream.com. When this FTP server is used, the web server part
in Fastream NETFile must be switched off.
This procedure must be followed in the FTP server:
•
The account and the password must be created. Use the same
values as defined in the configuration file for the phone.
•
Select the
Path
tab, create/add a home directory for the account.
Select the option
Home Folder
.
•
For this home directory, select
File Rights
options
Download
,
Upload
and
Delete
, select
Folder Rights
option
Change
.
•
Under the tab
Cache
, disable both
Folder Cache
and
File cache
.
7.47.3 Linux
The recommended FTP servers to use on Linux are
pure-ftpd
or
vsftpd
, which are usually bundled with the used Linux installation distri-
bution. If not they can be downloaded from the following web sites:
www.pureftpd.org www.vsftpd.beasts.org
A user account has to be created on the Linux machine where the FTP
server will be hosted. The account must be according to the user id and
password defined in the configuration file for the phone (the default user
identity is
Telephone
with password
Telephone
.
To perform the operations described below, root access is needed.
To create the user account and password it is possible to use any of the
GUI tools included in most of the Linux distributions. It is also possible to
use the
useradd
and
passwd
commands. Example with the default
account and password
Telephone
:
ftp-server: # useradd -g users -m -s /bin/false Telephone ftp-server: #
passwd Telephone
Note:
The parameter -s /bin/false prevents anyone from using the
account to log on to the FTP server using Telnet or SSH (Secure
Shell).
To install the FTP server it is possible to use the GUI tools or to use
commands. Depending on that the different GUI tools require different