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
11-07-2008 12:56 AM
11-07-2008 12:56 AM
ftp
I want to know about FTP. I gave the username in ftpusers file. Iam able to connect the ftp.
But according to file the username unable to login ftp.
Why i got the ftp> prompt from that user.
Please give me the documents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:02 AM
11-07-2008 01:02 AM
Re: ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:04 AM
11-07-2008 01:04 AM
Re: ftp
Use the following links..
http://docs.hp.com/en/B2355-91058/ch02s04.html?jumpid=reg_R1002_USEN
http://docs.hp.com/en/B2355-91058/B2355-91058.pdf
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:04 AM
11-07-2008 01:04 AM
Re: ftp
grep
Example:-
abcuser:LLbHRD5VUDITg:123:108:abcuser ,,:/home/ibmadm1:/usr/bin/sh --> shell ..?
or /usr/bin/true.?
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:12 AM
11-07-2008 01:12 AM
Re: ftp
what is the path of "ftpusers" file? It should be /etc/ftpd/ftpusers.
Also note that each restricted account name must appear alone on a line in the file. The line cannot contain any white space.
One more thing, you will get ftp prompt even login fails. but you will perform any action on this prompt until you login.
man ftpusers will be a good doc.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:15 AM
11-07-2008 01:15 AM
Re: ftp
Typo error in my last post...
>>>One more thing, you will get ftp prompt even login fails. but you will perform any action on this prompt until you login<<<
Should be
One more thing, you will get ftp prompt even login fails. but you will not be perform any action on this prompt until you login.
My sincere apologize for that typo error...
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:47 AM
11-07-2008 01:47 AM
Re: ftp
I gve the entry in /etc/ftpd/ftpusers file like this
root
daemon
bin
sys
adm
lp
uucp
nuucp
smmsp
listen
nobody
noaccess
nobody4
neeraja
# su - neeraja
$ ftp
ftp> ls
Not connected.
ftp> bye
After deleting the entry in /etc/ftpd/ftpusers file then also I got the same.
root
daemon
bin
sys
adm
lp
uucp
nuucp
smmsp
listen
nobody
noaccess
nobody4
# su - neeraja
$ ftp
ftp> ls
Not connected.
ftp> bye
what is the difference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 02:16 AM
11-07-2008 02:16 AM
Re: ftp
You just got ftp prompt. It doesn't mean that you are get connected to any ftp server.
Let me explain..
You have added the neeraja user in /etc/ftpd/ftpusers file. So hereafter no one can use neeraja account to connect via ftp to the server on which you edited the file ftpusers.
Is that clear?
Ganesh.