Setting up Wu-FTPD server


 
Thread Tools Search this Thread
Operating Systems Linux Setting up Wu-FTPD server
# 1  
Old 03-31-2004
Setting up Wu-FTPD server

Hey, I'm running RH 7.1 and i want to beable to swap files back and from it. I've got Wu-ftpd installed and when i try to connect on my windows box with my root account it says to login so i type root and my password and it says that it's an incorrect login. I know i have to add it to a login file somewhere but i'm not sure which file to add it to! I think thats it anyways, anybody know? Thanks!
# 2  
Old 03-31-2004
Do a man on 'useradd'. You just need to add a normal unix user account and you will be able to ftp.

If you want to ftp as root (possible security risk), you need to do the following:

1. Remove root from /ect/ftpusers
2. Remove the current /etc/ftpaccess file and replace it with something like this:

Code:
class   all   real,guest,anonymous  *

limit   all   10   Any              /etc/msgs/msg.dead

readme  README*    login
readme  README*    cwd=*

message /welcome.msg            login
message .message                cwd=*

compress        yes             all
tar             yes             all

log commands real
log transfers anonymous,real inbound,outbound

shutdown /etc/shutmsg

email user@hostname

Also, if you have not already done so you must enable wu-ftp in /etc/xinetd.d/wu-ftp. I think you have already done this since it sounds like you are getting a prompt.
# 3  
Old 04-01-2004
perfect it worked! But why do you have to remove root from that file? I don't understand why you would do that. I've got my own little secure netowrk so i'm good i just need to swap some files cause my hd on my laptop is to small. Thanks agian.
# 4  
Old 04-01-2004
The ftpusers file list users that are denied access to ftp. Linux is a pretty paranoid OS by default. When you install linux, a lot of "open doors" are secured, or at least more so then several unix OSes. root telnet and ftp are very vulnerable to an open network. Anyone with a sniffer can easily check out your packets and get your root password. ssh and secure ftp (check out vsftp) are better but are still not 100% secure.
# 5  
Old 04-01-2004
Thanks i'll check those out. I thought that the FTPaccess was a list of users tha thad access to the FTP services so i coudn't figure out why it woudnt' work...but i cna see myself using the FTP alot over my school network and i'm gonna want to secure my username and password because i'm in a networking course so everybody has a sniffer....lol.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Confusion setting up server

20GB space (1GB Swap),and installed Centos 5.7-x86 arch. I want to use this VPS to host 2-4 domains, all of WordPress. What I want to ask is: 1. Do I need a VPS management software before installing Webuzo (from Softaculous)? If yes, what was his name? 2. Do I need to install the software... (0 Replies)
Discussion started by: Byeron
0 Replies

2. Ubuntu

Error in setting up install server

I am trying to setup a install server for solaris network installtion. install server os is ubuntu. find the error when setup_install_server script is run root@adroit:/mnt/share/solaris/Solaris_10/Tools# ./setup_install_server /home/hitendra/install_path/ ./setup_install_server: 414:... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

3. UNIX for Advanced & Expert Users

Need help on setting up Centralized Server

Hello All, I am working on SuSe Linux Platform. Some times ago i got an issue with an application for which i had to update that in all desktops (SLED == SuSe Linux Desktop). Since this time number of desktops were less then it was possible to go and update package manually. But in... (1 Reply)
Discussion started by: shirsha
1 Replies

4. SuSE

Setting up Suse 11.0 as server

Been awhile since I've been playing with Linux and I'm just starting to gte back into the swing of things again :) I'm setting up a OpenSUSE 11.0 computer at home (small network) and want to configure it as a server for Windows computers to be able to log onto the domain. From what I have read... (5 Replies)
Discussion started by: woofie
5 Replies

5. UNIX Desktop Questions & Answers

how to check if a file ftpd to mainframe was actually ftpd

Hi All, I am ftping a file from unix to mainframe. Now the problem arises that i want to check if the file was ftpd or not. Is there any way i could do this? (4 Replies)
Discussion started by: vikas.rao11
4 Replies

6. UNIX for Dummies Questions & Answers

need help with setting up linux server

Hello, I recently got my first "real" job, i come from a *microsoft* world, I'm being asked to setup from scratch a database and a webserver that allows users to view/add/edit data (intranet). I installed Ubuntu Server 7.10 which comes with LAMP (apache 2.*, mysql5.* and php 5.*) The only... (2 Replies)
Discussion started by: elzalem
2 Replies

7. UNIX for Advanced & Expert Users

setting up my HOME PC as server

Hi , i am having RedHat AS 4 in my home PC.now i want to access applications remotely i.e from office. how can i do that. in short i would like to make my PC as server for doing test's. while I am @ work. I am using static IP. leenus (1 Reply)
Discussion started by: rrs
1 Replies

8. AIX

IP setting changes after server reboot

I've recently changed my gateway setting using SMIT. Everything went fine except that the gateway setting kept reverting back to the old one everytime I reboot the server. I'm on AIX 5.2 running p-Series. Thanks for any info. (3 Replies)
Discussion started by: dereklow
3 Replies

9. UNIX for Dummies Questions & Answers

setting up internet server

Hello, Corrently we are useing winproxy to use internet. my client desktops connects to winproxy using tcpip and get the access, now we have changed windows opreating system to linux 7.1. my problem is i am able to connect internet on linux machine but now i wants all clients connect to linux... (2 Replies)
Discussion started by: twadkar
2 Replies

10. UNIX for Dummies Questions & Answers

setting up web server

Is there any good resources for setting up a unix web server, I mean starting with the basics for a extremely new newbie. Thanks Scott (1 Reply)
Discussion started by: supastar
1 Replies
Login or Register to Ask a Question