Hello! I need create FTP server on SUSE9.3. Maybe one of you know how do that better? I'm rooky i use suse first time. I read that with this ISPconfig can create FTP server and i download it, but i dont know how to install. it's not like windows. How to install ISPconfig on SUSE9.3?
Hi! That's how http://www.howtoforge.com/perfect_setup_suse_9.3 You'll need to prepare the system to install ISPConfig but remember - it can do a lot more than You need.
Yes i install suse hoe ther is say. Maybe I can fot that FTP server use default vsftpd server? How can i config it and run it?
If I understand You right ... yes. You can install the default vsftp. It can be done with yast (software >> software management).Just select vsftpd from the list,press "Accept" and it should be automatically installed. In the default configuration system users will also have ftp accounts in their home directories.Users can be added also by Yast (Security and users >> user management). You should also take a look at the configuration file of the vsftp.It should be somewhere in /etc,ex. vsftpd.conf and enable chroot. I don't remember what You should change in that file to enable chroot.More information can be found in the server's documentation under /usr/share/doc/packages/vsftp Every change requires restarting of the ftp server by entering something like Code: /etc/init.d/vsftpd restart If it comes to ISPConfig and VSFtpd You can use them together by selecting vsftp durring installation of ISPConfig.
You may use vsftpd, but we do not recommend this in combination with ISPConfig as vsftpd is very limited in its functionality and ISPConfig has to tweak it by using a separate tcpserver to use it for anonymous FTP accounts.