Hello,
I'm compiling lftp 3.7.8 for HP-UX 11.11, and having some trouble: lftp
hangs at 100% CPU, during the file transfer (if it's a large one and ssl
is enabled) or at the end if it's small or not ssl.

How should I persue this?  Here's one test session, talking to proftpd on
HPUX:
/home/user1/test $cat cnha.lftp
set ftp:ssl-allow off
set ftp:passive-mode off
#set ftp:fix-pasv-address on
set ftp:ignore-pasv-address yes
debug 5
open  cnha.gov.ab.ca -u user2,dumbpassword
ls gpg149-hpux.tar
get gpg149-hpux.tar
bye
/home/user1/test $lftp -f cnha.lftp
---- Resolving host address...
---- 1 address found: 199.214.232.217
---- Connecting to cnha.gov.ab.ca (199.214.232.217) port 21
<--- 220 ProFTPD 1.3.1 Server (CNHA FTPES Server) [199.214.232.217]
---> FEAT
<--- 211-Features:
 MDTM
 AUTH TLS
 PBSZ
 PROT
 REST STREAM
 SIZE
<--- 211 End
---> USER user2
<--- 331 Password required for user2
---> PASS dumbpassword
<--- 230 User user2 logged in
---> PWD
<--- 257 "/home/user2" is the current directory
---> PORT 199,214,232,217,211,17
<--- 200 PORT command successful
---> LIST gpg149-hpux.tar
---- Accepted data connection from (199.214.232.217) port 20
<--- 150 Opening ASCII mode data connection for file list
-rw-rw-r--   1 user2   oss      61409280 Dec 15 20:56 gpg149-hpux.tar
<--- 226 Transfer complete
---> TYPE I
<--- 200 Type set to I
---> SIZE gpg149-hpux.tar
<--- 213 61409280
---> MDTM gpg149-hpux.tar
<--- 213 20081215205655
---> PORT 199,214,232,217,211,18
<--- 200 PORT command successful
---> RETR gpg149-hpux.tar
---- Accepted data connection from (199.214.232.217) port 20
<--- 150 Opening BINARY mode data connection for gpg149-hpux.tar (61409280
bytes)
<--- 226 Transfer complete

... at this point the process hangs at 100% CPU.

>From config.log:
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure
Thread model: posix
gcc version 4.1.2

My developer skills are quite limited on this platform.  Where should I
look next?
Rippy



Reply via email to