- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Anonymous FTP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:23 PM
09-20-2006 11:23 PM
Anonymous FTP
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:35 PM
09-20-2006 11:35 PM
Re: Anonymous FTP
I think your anomymous ftp is not enable yet, you can always use SAM to enable it.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:37 PM
09-20-2006 11:37 PM
Re: Anonymous FTP
See this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=859261
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:38 PM
09-20-2006 11:38 PM
Re: Anonymous FTP
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 11:49 PM
09-20-2006 11:49 PM
Re: Anonymous FTP
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 02:08 AM
09-21-2006 02:08 AM
Re: Anonymous FTP
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2006 02:25 AM
09-21-2006 02:25 AM
Re: Anonymous FTP
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.