Operating System - HP-UX
1851079 Members
2165 Online
104056 Solutions
New Discussion

Passive FTP in HP-UX 10.20

 
Emma Cooper
Occasional Contributor

Passive FTP in HP-UX 10.20

Does the ftp demon and client in HP-UX support passive mode connections? I have just installed a firewall and now need to use passive mode to ftp between two HP servers.

If it does not, what options are open to me?

Thanks in advance

Emma
11 REPLIES 11
Tim Malnati
Honored Contributor

Re: Passive FTP in HP-UX 10.20

It appears that ftp passive mode works at both 10.20 and 11.X, but I'm not sure that it is supported though. I ran into the same problem when downloading patches off the HP site on the internet. Switching into passive mode works just fine to get the data through the firewall. The reason I'm not sure if it is supported or not is where I was not able to locate anything in HP documentation that mentions passive mode at all.
Kofi ARTHIABAH
Honored Contributor

Re: Passive FTP in HP-UX 10.20

I believe that the ftp daemon and client that come with HPUX 10.20 conform to RFC 1123 and so support passive mode ftp. Do a man on ftpd and search for PASV; also a man on ftp and search for the proxy command.

nothing wrong with me that a few lines of code cannot fix!
John Palmer
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Patch PHNE_17963 appears to implement passive mode in the ftp client at 10.20. I'm not sure about the server.

Regards,
John
John Palmer
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Patch PHNE_17963 appears to implement passive mode in the ftp client at 10.20. I'm not sure about the server.

Regards,
John
Kofi ARTHIABAH
Honored Contributor

Re: Passive FTP in HP-UX 10.20

I believe that the ftp daemon and client that come with HPUX 10.20 conform to RFC 1123 and so support passive mode ftp. Do a man on ftpd and search for PASV; also a man on ftp and search for the proxy command.

nothing wrong with me that a few lines of code cannot fix!
Vladislav Demidov
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Part of description of the patch PHNE_17963
PHNE_17963:
1. Implement passive mode in 10.20 ftp client.

Vladislav Demidov
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Part of description of the patch PHNE_17963
PHNE_17963:
1. Implement passive mode in 10.20 ftp client.

Vladislav Demidov
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Part of description of the patch PHNE_17963
PHNE_17963:
1. Implement passive mode in 10.20 ftp client.

John Palmer
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Patch PHNE_17963 appears to implement passive mode in the ftp client at 10.20. I'm not sure about the server.

Regards,
John
Vladislav Demidov
Honored Contributor

Re: Passive FTP in HP-UX 10.20

Part of description of the patch PHNE_17963
PHNE_17963:
1. Implement passive mode in 10.20 ftp client.

CHRIS_ANORUO
Honored Contributor

Re: Passive FTP in HP-UX 10.20

You can also download HP software site the latest ftpd binary file for 10.20 and copy it to /usr/lbin.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.