April 25, 2024, 11:51:50 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: ftp server configuration and installation  (Read 5089 times)

Offline faisalafb

  • New Member
  • Posts: 2
ftp server configuration and installation
« on: May 17, 2004, 04:02:51 AM »
Hi all..
i have  assigned a project to install and configure the ftp server on linux9.0.but i dont know the method. procedures and commands.pls tell me the whole procedure to install and configure the ftp server.i have to submitt my project with 1 day onlye.pla help me .i am much worried about it...............plz help me ........

Offline puneetloiya

  • Linux Noob !
  • *
  • Posts: 28
ftp server configuration and installation
« Reply #1 on: May 18, 2004, 02:30:44 PM »
Hi Faisal,

              First go to the system where u want to install then follow the following points :--

Server side :-

1.) first make sure u have FTP package in ur system or not for this go to the command prompt and give the command :--

                         rpm -qa vsftpd

2.) To enable the vsftpd server by typing the following line:--

                        chkconfig vsftpd on

3.) start the vsftpd server as follows :--

                      /etc/init.d/vsftpd start

Host side ;-

4.)  now ur ftp server is working . now give the command

       ftp ip_address_of_ur_ftp_server

5.) it will conncet to the ftp server . now it will ask the user and password
 
      user :- anonymous
      password :- a@bc

now u will be in th /var/ftp directory.

if u are entering as anonymous ur workin directory will be /var/ftp. so whatever u want to access from otherside via FTP u have to put on the /var/ftp.

 condition is u have to login as anonymous for this

6.) or u can do one thing..
 
    user :- give the user name of the ftp server
   password :- user password

now u will connect to the ftp server vth the directory of that user.

ok bye and reply back

Puneet    :lol:

Offline faisalafb

  • New Member
  • Posts: 2
ftp
« Reply #2 on: May 19, 2004, 03:35:45 PM »
hy .u give me the tipsabout the installion of the ftp server.

and now tell me the packege about the ftp server.

and tell me the site where the packege is available or send plz the packege on my email ......faisalafb@hotmail.com


thank u for ur coperation ..........
                                                        Faisal Baloch

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
ftp server configuration and installation
« Reply #3 on: May 20, 2004, 04:33:39 AM »
Here he is talking about vsftp... use www.google.com/linux to search more :)

Offline raghavachary

  • Linux Noob !
  • *
  • Posts: 15
Re: ftp
« Reply #4 on: May 20, 2004, 05:01:18 PM »
Quote from: "faisalafb"
hy .u give me the tipsabout the installion of the ftp server.

and now tell me the packege about the ftp server.

and tell me the site where the packege is available or send plz the packege on my email ......faisalafb@hotmail.com


thank u for ur coperation ..........
                                                        Faisal Baloch

ftp package will be located on the installation media....  if you are using a redhat linux, then it will be on /CDROM/RedHat/RPMS/vsftpd-1.1.3-8.i386.rpm, just double click on the file and install it

or

go to shell and type rpm -i vsftpd-1.1.3-8.i386.rpm

It will help out ....

 :arrow: