1833867 Members
1999 Online
110063 Solutions
New Discussion

Re: Anonymous FTP

 
marvik
Regular Advisor

Anonymous FTP

Dear All,

I am unable to ftp with user FTP.
Source::server1
Target :server2

server2:/etc/ftpd # grep ftp /etc/passwd

ftp:*:500:101:Anonymous FTP for oracle archivelogs:/archivelogs:/usr/bin/false

220 servr2 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2001) ready.
Name (server2:vkarmak): ftp
530 Guest login not permitted.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
ftp> bin
200 Type set to I.
ftp> pwd
530 Please login with USER and PASS.
ftp> bye
221 Goodbye.

Pls help

Marvik
6 REPLIES 6
Jaime Bolanos Rojas.
Honored Contributor

Re: Anonymous FTP

Marvik,

I think your anomymous ftp is not enable yet, you can always use SAM to enable it.

Regards,

Jaime.
Work hard when the need comes out.
spex
Honored Contributor

Re: Anonymous FTP

Peter Godron
Honored Contributor

Re: Anonymous FTP

Hi,
are you sure you want to enable anonymous ftp (easily done via SAM (Networking -> Network Services)) as this can give you a potential security hole.

I suspect you actually want to use the user ftp to transmit files ?
marvik
Regular Advisor

Re: Anonymous FTP

Peter,

You are correct that's what I am looking for.FTP user is used to ftp some oracle arvhies.
His gid is 101 which
dba::101.

How can I go ahead

Rgds
Bill Hassell
Honored Contributor

Re: Anonymous FTP

Run the program called sam (as root). Then select:

Networking and Communications --> press Return
Network Services --> Press Return

Move the cursor to Anonymous FTP and press return. Now press:

TAB a

and you'll get the Actions pulldown box. Type the letter e to Enable the service. Then exit sam with TAB Return, then type e to exit.


Bill Hassell, sysadmin
Peter Godron
Honored Contributor

Re: Anonymous FTP

Hi (again),
sorry to harp on but please be clear about the problem you are creating by allowing anonymous ftp:

UserA logs on anonymous without password and deposits file(s). Untrusted UserB logs on anonymous without password and pulls a copy of the files.
.
.
You have a potential data security problem.