- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP only users can't see files
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
01-25-2002 08:09 AM
01-25-2002 08:09 AM
FTP only users can't see files
http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x4ebcd06ed8c8d4118fef0090279cd0f9,00.html
Everything works as expected except that the user can't see any files. I can upload files as the user and verify that the files are on the server but the user can't see the files or directories in its home. The user can make directories but cannot see them.
Our server is configured so that the ll and ls commands don't work in ftp and you must use dir. Could this be the root of my problem and if so where can I change that? Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:13 AM
01-25-2002 08:13 AM
Re: FTP only users can't see files
Check the read permissions on the directory for which the ftp user is trying to see the files. The ftp user id or its group should have read access to the directory for this it is trying to do a list "ls" .
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:13 AM
01-25-2002 08:13 AM
Re: FTP only users can't see files
Just a thought:
Check the directories are set with execute permission. ie. 'rwx'
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:15 AM
01-25-2002 08:15 AM
Re: FTP only users can't see files
Forgot one thing. If the command to list reaturns with a cannot stat message you need to set the execute "x" permission for the directory for that user/group too.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 08:38 AM
01-25-2002 08:38 AM
Re: FTP only users can't see files
The ls command WILL work (I obviously couldn't have tried it like I thought) but ll returns Invalid Command and dir returns nothing. I may be able to get by with ls for a short time, but I would really like to change the ftp to recognize ll instead of or in addition to dir. Right now using a normal ftp, ll isn't recognized and dir returns the information that ll would give. As it stands I can't get extended information through a restricted ftp.