- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Passive FTP with HPUX 10.2
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-06-2007 05:37 AM
11-06-2007 05:37 AM
Passive FTP with HPUX 10.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:50 AM
11-06-2007 05:50 AM
Re: Passive FTP with HPUX 10.2
what kind of errors did you get?
you can try the pureftpd from following url
http://hpux.cs.utah.edu/hppd/hpux/Networking/FTP/pure_ftpd-1.0.8/
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:57 AM
11-06-2007 05:57 AM
Re: Passive FTP with HPUX 10.2
I'll try the pureftp utility.
Thanks,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:05 AM
11-06-2007 06:05 AM
Re: Passive FTP with HPUX 10.2
system, or are you complaining about the FTP
server there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:20 AM
11-06-2007 06:20 AM
Re: Passive FTP with HPUX 10.2
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:44 AM
11-06-2007 06:44 AM
Re: Passive FTP with HPUX 10.2
So, knowing nothing, I'd guess that anything
with "ftpd" in its name won't help you.
I've never needed to find a better FTP client
for anything, so I don't have any reliably
good advice, but there might be an HP-UX
patch for 10.20 which included an improved
FTP client, or you might be able to use the
FTP client features in Kermit.
http://www.columbia.edu/kermit/ftpfaq.html
http://www.columbia.edu/kermit/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:49 AM
11-06-2007 06:49 AM
Re: Passive FTP with HPUX 10.2
like wget could be useful.
http://www.gnu.org/software/wget/wget.html
It uses passive FTP by default:
--no-passive-ftp disable the "passive" transfer mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:12 AM
11-06-2007 08:12 AM
Re: Passive FTP with HPUX 10.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:37 AM
11-06-2007 08:37 AM
Re: Passive FTP with HPUX 10.2
> simply using the 'ftp' command in HPUX [...]
I think that we understand each other, but
that first suggestion of pure_ftpd assumed
that your problem was with an FTP server on
HP-UX, not the client ("ftp").
It's likely that more people have questions
about configuring an FTP server on HP-UX than
have questions about using its FTP client
program, and you didn't specify which end you
were on, so it was a predictable error. Many
of the questions on this forum are unclear or
incomplete (like yours), and many of the
answers depend on unjustified assumptions
(like his). (And many of my responses
include questions, and in many cases they
never get answered, but that was not a
problem here.)
> [...] I use the .netrc file [...]
I believe that wget also uses .netrc,
although leaving passwords lying around in a
file never seemed like a good idea to me. I
don't know if Kermit does, but Kermit does
offer a pretty versatile scripting
capability, so many things are possible with
it. At least one of these programs should be
useful. There's also cURL, which I don't use
much, but which may also do what you need:
http://curl.haxx.se/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 01:35 PM
11-06-2007 01:35 PM
Re: Passive FTP with HPUX 10.2
quote pasv
Start your ftp session, set things like ascii or binary, prompt, and then type: quote pasv to get passive mode. This should always be enabled for today's Internet environment. Works on 10.x and all versions of 11.xx
There are two commands for ftp, quote and site that are poorly documented, and as they depend on the server's ftp daemon settings, may or may not always work.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 05:21 AM
11-07-2007 05:21 AM
Re: Passive FTP with HPUX 10.2
> finally found it:
>
> quote pasv
And you've tested this and seen it cause a
transfer to be done in passive mode? Hint:
Turn on debug info, and look for stuff like:
---> PASV
227 Entering Passive Mode (10,0,0,9,249,232)
instead of:
---> PORT 10,0,0,9,249,234
200 PORT command successful.
If a get/RETR or put/STOR still uses PORT
instead of PASV, then it may be obscure, but
it's not a solution.
> [...] may or may not always work.
A loose [quote] PASV command will never do
what you seem to think that it will do. A
passive transfer is done differently from a
non-passive transfer, and both sides need to
agree on what they're doing to manage it.
I believe that the FTP is described in an RFC
somewhere, reading which can be educational.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 08:15 AM
11-07-2007 08:15 AM
Re: Passive FTP with HPUX 10.2
Thanks again for your time.
Mark