LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-03-2006, 11:15 PM   #1
sunil007_india
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0
How to configure ftp in linux Ent-4 & how to get the required folder through browser


How to configure ftp in linux Ent-4 & how to get the required folders through web browser
 
Old 08-15-2006, 02:42 PM   #2
lechuga
LQ Newbie
 
Registered: Jul 2005
Location: ARGENTINA
Distribution: Red Hat EL4 AS
Posts: 12

Rep: Reputation: 0
First, for view your folder on a web browser, you need to activate de apache server a configure it for show directories, then

chkconfig httpd on
service httpd start

EDIT your config file, or add a new config file for directory in your http's config.d directory with these TAGs

Quote:
Alias /DIRECTORY /DIRECTORY

<Directory "/YOUR_DIRECTORY_FULL_PATH">
Options Indexes Includes FollowSymLinks

AllowOverride None
Allow from all


Order allow,deny
</Directory>
Like you see, that is simple, very simple, but the FTP server not


Second, for share via FTP, you need to activate vsftpd, then:

chkconfig vsftpd on
service vsftpd stop

To configure the supported FTP server on Red Hat EL4, take a look at vsftpd config file on:

/etc/vsftpd/vsftpd.conf

And then start vsftpd server

service vsftpd start

enjoy, bye bye ...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
squid & ftp & linux fc 4 ---------- > bug Ammad Linux - Networking 3 01-10-2006 12:59 PM
perl script help required to create users and changing the owner to pericular folder sridhar11 Programming 2 10-25-2005 03:16 PM
aclocal configure.ac or configure.in required shooterfpga Linux - General 1 01-19-2005 06:38 AM
Chat & Browser programs for linux nigma Linux - Software 5 05-05-2003 06:49 PM
ftp : how much kb required ? DocKane Linux - Networking 4 08-28-2001 03:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration