- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX ftp server and browsers
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
05-28-2002 03:48 AM
05-28-2002 03:48 AM
HP-UX ftp server and browsers
I thought that it was a Netscape problem, but since then I had the same problem with Mozilla and even IE5.0 for Mac OS X.
Although command line ftp clients work properly, the ones offering a graphical interface don't.
The most common symptom is that instead of the file name you get a hyperlink on the file permissions.
Of course there is a lot of way to work around the problem (mainly allow http downloads, use command line clients...)
The point is that I am starting to find graphical ftp clients which fail to show the file system tree and whenever I report the case what I get is that HP-UX ftp server is not very popular (!?).
I reported the problem to Bugzilla and I got an answer from the guy in charge of the bug: where can I get access to a public ftp server on HP-UX?
I am considering to put a HP-UX machine on the firewall's DMZ for a while, but... I can believe it. Nobody has never tried to access a HP-UX ftp server from a browser such as Netscape, Mozilla, etc.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 05:14 AM
05-28-2002 05:14 AM
Re: HP-UX ftp server and browsers
Of course, make sure directory permissions are at least 755 and the ftp user can see them.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:44 AM
06-06-2002 07:44 AM
Re: HP-UX ftp server and browsers
I've noticed the same problem.
Take a look at /etc/rc.config.d/LANG, probably contains something like this :
export LANG=es_ES.iso88591
Try this :
- comment this line, so the value of LANG is null, or simply export LANG=
- restart inetd (inetd -c)
and now access with your browser
it works for me.
Hope it helps.
Rafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 07:52 AM
06-06-2002 07:52 AM
Re: HP-UX ftp server and browsers
Bill "It works for me" McNAMARA
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:02 AM
06-06-2002 08:02 AM
Re: HP-UX ftp server and browsers
Best regards
Rafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:30 AM
06-06-2002 08:30 AM
Re: HP-UX ftp server and browsers
HPUX 11.00 ftpd
RedHat 7.2 wu-ftpd
IE 5.5 (fully patched)
To HPUX host:
ftp://hpuxhost/ fails
ftp://user@hpuxhost/ works
ftp://user:password@hpuxhost/ works
To Linux host:
ftp://linuxhost/ works, etc.
Because IE assumes anonymous login, it fails miserably when anonymous ftp is disabled on the HPUX host. However, when anonymous login fails on a linux host, IE happily prompts for credentials. Why?
There is a difference in behavior between ftpd on HPUX and wu-ftpd on Linux when anonymous login is disabled. On HPUX, ftpd returns error immediately after entering the anonymous login name. It doesn't prompt for a password. On Linux, wu-ftpd waits until after a password is entered before returning the error.
I suspect that IE expects to be able to enter both a login name and password before acknowledging any errors and prompting again.
I haven't tested this with Mozilla.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:36 AM
06-06-2002 08:36 AM
Re: HP-UX ftp server and browsers
But I haven't experienced this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 09:08 AM
06-06-2002 09:08 AM