• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Howto setup a FTP server in Linux

beyonddc

Senior member
I am a newbie in Linux. This is my first time touching Linux, I installed RedHat 7.2 2 days ago, and now I am trying to setup a FTP server out of it. I notice that RedHat 7.2 included wuftp. Can anyone able to tell me how to config it either using Kwuftpd or shell commands? I need very detail instructions, because like I said, I am a newbie. 🙁 I would like to setup a guest account where the user need to enter username and password to login. Thanks for reading. Help or advice will be appreciated. 🙂
 
May I suggest using ssh instead. It is included in Redhat and has encrypted login and transfer. Much more secure than FTP. The home directory of the user comes up automatically when using the file transfer client from ssh.com .

All you have to do is turn on the sshd service, download the ssh.com client for windows, and you ready to go. The client from ssh.com is free for personal non-commercial use.
 
Back
Top