Load the FTP Server software on the NetWare® server by giving the following command:
nwftpd
The server takes the default configuration file SYS:/ETC/FTPSERV.CFG. On installation, this configuration file has all the parameters, commented, with their default values.
To start the NetWare FTP Server software with a different configuration file, for example, MYCONFIG.CFG, place the file in the SYS:/ETC directory and enter the following at the command line:
nwftpd -c myconfig.cfg
NOTE: Reload nwftpd if there is any change in the configuration file.
To create an anonymous user, enter
nwftpd -a [-c Configfile]
The server takes the anonymous user home directory from the configuration file and displays it on the screen with the option to modify the directory.
NOTE: The -a option modifies the configuration file for anonymous user access. For this change to take place, reload nwftpd.