RH 7.2 FTP Server Config


 
Thread Tools Search this Thread
Special Forums IP Networking RH 7.2 FTP Server Config
# 1  
Old 07-07-2002
RH 7.2 FTP Server Config

Is it possible to ftp from WinXp to a Linux box? I have the the ftp server set up to take the request from the WinXp box but each time I try to connect I keep getting an error, Connection established, unknown error(windows ftp program) or if I try to ftp from the DOS prompt I get ftp connect: unkown error number.

Other then configuring the ftp files i was wondering if there was any other files that have to be configured. Smilie
# 2  
Old 07-08-2002
Your problem might be related with the xinetd services running on redhat. Open the file /etc/xinetd.d/ftp and make sure you have a line called disable=no . If this line doesn't exist, then add a line at the top of the file. Now its time to restart xinetd by the command service xinetd restart. I guess this's gonna solve your problem.

Smilie
# 3  
Old 07-08-2002
OK I will try that. I didn't even think to check that. So as compared to using Samba there is no special configuration?
# 4  
Old 07-12-2002


I have resolved my issue and now I am able to ftp from WinXp to my Linux box. I had a friend of mine along with sansolaris's post(much thanks) so I wanted to pass them on. The main reason why I could connect is because I didn't change the wu-ftpd file. Here are the steps I used. If anyone would like to make any suggests, please feel free.

1. Install WU-FTPD (it is an RPM on the CDs)
2. Edit /etc/xinetd.d/wu-ftpd
Change the last line to "disable=no"
3. Edit /etc/ftphosts
Add a line as follows:
Allow user_name * (the * is from where you can access FTP-- *
means anywhere. You could lock this down to a particular IP or
subnet).
4. That's it... it should be up and running. You might have to restart the
xinetd. You can do that by typing "/sbin/service xinetd restart"
5. You might want to check your firewall rules... most medium to high
security rules will not allow inbound FTP access. You can flush the rules
by typing either:
/sbin/iptables -F
/sbin/ipchains -F
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

Config FTP on SCO Like proftpd

i have installed and working FTP Server With SCO 5.05. But i need solve problem related to config, like proftpd (i not have installed proftpd) the recomendation on client site is enable port 113 related to inetd. but i need solve it on server side, like proftpd.conf: DefaultRoot ~... (9 Replies)
Discussion started by: Arcanisgk
9 Replies

2. Solaris

Samba config for windows server

Hi all, I'm using solaris 10 with latest patches applied. I'm using samba to make a directory called /dir1 available from a windows 2003 server. If I do a 'Map network drive' on win 2003 server, I get the error: The specified network is no longer available In the samba-log under... (0 Replies)
Discussion started by: frum
0 Replies

3. Red Hat

Implement FTP server on RHEL server without using FTP client

We have RHEL 5.8 in our environment, I had a query whether we can implement an FTP server using vsftpd package and Linux configurations like setsebool without using any external FTP clients like FileZilla etc. I am very confused on this. The FTP functionalities that should be present are download &... (3 Replies)
Discussion started by: RHCE
3 Replies

4. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

5. Shell Programming and Scripting

FTP credentials from a config file

Hi, I am using the following syntax to connect to an FTP server and paste the file. Based on the value in the variable $Folder, i want to connect to different folders on the same server. The credential is different to access different folders. How to get the user name and password from a... (3 Replies)
Discussion started by: ashok.k
3 Replies

6. Web Development

Apache Web Server Config

Hi Gurus I am a newbie in Apache. I want to configure Apache Web server(A for reference) to receive all requests on Port-843 to be redirected to another Apache web server(B) and access a crossdomain.xml(located in /var/www/html) file there. I have put the following entries in... (0 Replies)
Discussion started by: Hari_Ganesh
0 Replies

7. Red Hat

best config for vmware server

Hi All, I have a test to do. Run another redhat on top of redhat ent 4 AS. So I need to run vmware server linux version. My worry is that the physical server have so many big application on it but it's also test apps. Sorry in tight budget... It have a big memory, disk, etc. Two ips. ... (3 Replies)
Discussion started by: itik
3 Replies

8. UNIX for Advanced & Expert Users

Mail Server config

Hi all, We've an application that is for recording our daily services to clients, and it has mailing option for sending email to any account to inform them about client requests ,but at this time the mailing part doesn't work. So i want to know that this WS should be assigned as mail server for... (2 Replies)
Discussion started by: nikk
2 Replies
Login or Register to Ask a Question