Operating System - Linux
1820553 Members
3542 Online
109626 Solutions
New Discussion юеВ

Re: setting up ftp on suse 8 and redhat 3.0

 
keita_1
Occasional Contributor

setting up ftp on suse 8 and redhat 3.0

Please,

I would appreciate if someone will help with the commands I need to set up ftp on redhat 3.0. and also my suse server.

They say on vsftpd exist. How do I set it up. I would like to transfer some files from windows client into redhat 3.0 server.

Suse has ftp but I am having trouble with it.

I believe windows has onlu ftp.
I have never user anyting else. Please, a step by step reply is much appreciate.

Thanks very much in advance.
7 REPLIES 7
Ivan Ferreira
Honored Contributor

Re: setting up ftp on suse 8 and redhat 3.0

See:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015366

On Red Hat, you only need to install and enable the service, for more advanced configuration, see man vsftpd.conf. The default configuration file /etc/vsftpd/vsftpd.conf will work.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Sung Oh
Respected Contributor

Re: setting up ftp on suse 8 and redhat 3.0

both Linux O/Ss you can setup Samba server for windows connection.

to setup samba service for Redhat.
http://www.redhat.com/docs/manuals/csgfs/browse/rh-cs-en-3/s1-service-samba.html

to setup samba service for Suse.
http://www.novell.com/coolsolutions/feature/8955.html

Sung
keita_1
Occasional Contributor

Re: setting up ftp on suse 8 and redhat 3.0

I already have vsftpd . I am able to start it but how do I used to exchange documents from windows to RGH3 and vice versa.

Thanks
Vipulinux
Respected Contributor

Re: setting up ftp on suse 8 and redhat 3.0

Hi

From Windows to Linux do the following:

go to cmd
then
ftp linux_ftp_server
cd c:\data
bin
hash
mput files_names
bye
-----------
Cheers
keita_1
Occasional Contributor

Re: setting up ftp on suse 8 and redhat 3.0

Could somebody send me the link to where I can download rpms for red hat 3.0.

I hear there is such a site.

Thanks
Gabe
Steven E. Protter
Exalted Contributor

Re: setting up ftp on suse 8 and redhat 3.0

Shalom keita,

You need a support agreement ($300) for Red Hat's ES 3.0 server.

Then you dowload the vsftp rpm from http://www.redhat.com

Or

http://www.vsftpdrocks.org/vsftpd-1.1.3-8.i386.rpm

It my actually be there. It may actually work. I recommend getting it from RH.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Siljumon Sebastian
New Member

Re: setting up ftp on suse 8 and redhat 3.0

Hi Keita,

To transfer files from and to windows machines the best option is smbclinet on the linux machine.
Install the samba share and
samba client rpms. Then you can use the smbclient command to connect to windows machines. See man smbclient. Almost all the ftp commnads works on smbclient also.

Regards
Siljumon