FTP

How to give FTP Users With Only Read Access To A Shared Directory

In this example, anonymous FTP is not desired, but a group of trusted users need to have read only access to a directory for downloading files. Here are the steps: o        Enable FTP. Edit the /etc/xinetd.d/vsftp and set the disable value to “no”. o        Disable anonymous FTP. Comment out the anonymous_enable line in the /etc/vsftpd.conf file like this: # Allow anonymous FTP? # anonymous_enable=YES  [...]

How to Obtain and Backing Up SSL Certificates in Windows 2003

To issue your own server certificate Use Microsoft Certificate Services 2.0 to create a customizable service for issuing and managing certificates. You can create server certificates for the Internet or for corporate intranets, giving your organization complete control over certificate management policies. For more information, see Microsoft Certificate Services Help. -or- Use the Web Server [...]

How to Create Web or FTP Sites in Windows 2003

IIS creates a default Web site configuration on your hard disk at the time of installation. You can use the \Inetpub\Wwwroot directory to publish your Web content, or create any directory or virtual directory you choose. The File Transfer Protocol (FTP) service must be installed and started in order to create an FTP site. It [...]