HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: anonymous ftp
Operating System - HP-UX
1834144
Members
2092
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-14-2000 05:04 AM
03-14-2000 05:04 AM
anonymous ftp
Hi,
I created an anonymous ftp account on a HP 10.20. I was able to login. But
when I do a " ls ", it gives me the following error message:
ftp>crt0:ERROR couldn't open /usr/lib/dld.sl error no: 000000002
Does anybody know how to fix it? Thanks in advance!
I created an anonymous ftp account on a HP 10.20. I was able to login. But
when I do a " ls ", it gives me the following error message:
ftp>crt0:ERROR couldn't open /usr/lib/dld.sl error no: 000000002
Does anybody know how to fix it? Thanks in advance!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2000 06:47 AM
03-14-2000 06:47 AM
Re: anonymous ftp
Verify that your HPUX system has /lib and /bin linked to /usr/lib /usr/bin
if not, just type the following commands:
ln -s /usr/lib /lib
ln -s /usr/bin /bin
ftp that you're running is using the wrong version of ls. Fix it by doing
cp /sbin/ls /home/ftp/usr/bin/ls
Hope this helps...
Atif
if not, just type the following commands:
ln -s /usr/lib /lib
ln -s /usr/bin /bin
ftp that you're running is using the wrong version of ls. Fix it by doing
cp /sbin/ls /home/ftp/usr/bin/ls
Hope this helps...
Atif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2000 12:48 AM
03-15-2000 12:48 AM
Re: anonymous ftp
You probably have followed the instructions on the ftpd man page that lead you
to create ~ftp/usr/bin and then put the ls command in it. I'll bet that you
copied /usr/bin/ls which uses shared libraries instead of /sbin/ls which does
not. You need to use /sbin/ls just as the man page says.
to create ~ftp/usr/bin and then put the ls command in it. I'll bet that you
copied /usr/bin/ls which uses shared libraries instead of /sbin/ls which does
not. You need to use /sbin/ls just as the man page says.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2000 01:50 AM
03-16-2000 01:50 AM
Re: anonymous ftp
Thanks! It's working now.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP