Operating System - HP-UX
1836355 Members
2314 Online
110100 Solutions
New Discussion

ftp transfer aborts after 36kB

 
Walter Reich
New Member

ftp transfer aborts after 36kB

Running HP-UX 10-20 on 2 K200/K220 Servers. for the last years ftp worked fine. today I want to transfer a file from HP-UX to my PC using WS FTP pro 6.02T. the transfer abortet after 36kB with following log entry in WS FTP:

WINSOCK.DLL: WinSock 2.0
WS_FTP Pro 6.02T 99.08.10, Copyright © 1992-1999 Ipswitch, Inc.
- -
connecting to xx.xx.xx.xx:21
Connected to xx.xx.xx.xx port 21
[168] from xx.xx.xx.xx port 2652
220 spoc FTP server (Version wu-2.4.1(SecurID cert patch)) ready.
USER xxxxxxxxxx
331 Enter PASSCODE at password prompt
PASS (hidden)
230 User xxxxxxx logged in.
CWD /home/xxxxxx
250 CWD command successful.
PWD
257 "/home/xxxxxx" is current directory.
Host type (I): UNIX (standard)
PORT 10,14,17,42,10,93
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
[364] accept from xx.xx.x.xx port 20
Received 23403 bytes in 0.4 secs, (59.99 KBps), transfer succeeded
[168] looking for completion line
226 Transfer complete.
receiving to_home_tar_110399 as to_home_tar_110399 (1 of 1)
Saving restart info for xxxx Test - to_home_tar_110399
TYPE I
200 Type set to I.
PORT 10,14,17,42,10,94
200 PORT command successful.
RETR to_home_tar_110399
150 Opening BINARY mode data connection for to_home_tar_110399 (90957 bytes).
[412] accept from xx.xx.xx.xx port 20
Received 36864 bytes in 0.1 secs, (276.92 KBps), transfer succeeded
[168] looking for completion line
426 Data connection: Resource temporarily unavailable.

File size is 90957 bytes but after 36864 Bytes transfer is finished.

Smaler files work fine. It does not depend on WS FTP, just a transfer between the two HP-UX shows same result.

Funny to see, if I transfer file not with get, using other direction put, the file is transfered successfully.

Connected to xxxxxxxx
220 xxxxxxx FTP server (Version wu-2.4.1(SecurID cert patch)) ready.
Name (xxxxx:xxxx):
331 Enter PASSCODE at password prompt
Password:
230-Please read the file README
230- it was last modified on Mon Nov 13 16:39:01 2000 - 1624 days ago
230 User xxxxx logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put to_home_tar_110399
200 PORT command successful.
150 Opening BINARY mode data connection for to_home_tar_110399.
226 Transfer complete.
90957 bytes sent in 0.22 seconds (408.24 Kbytes/s)

please help
Walter Reic
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: ftp transfer aborts after 36kB

Suggestions:

different version of ws_ftp, lots of buggy ones out there.

upgrade wu-ftpd to 2.6 level release if you can find it for HP-UX 10.20

Check the /var/adm/syslog/syslog.log on this for errors.

inetd -l to turn on enhanced logging.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Kent Ostby
Honored Contributor

Re: ftp transfer aborts after 36kB

MIght want to check with networking folks to see if security has been changed or any problems on the network .

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Denver Osborn
Honored Contributor

Re: ftp transfer aborts after 36kB

"426 Data connection: Resource temporarily unavailable."

yup, I'd look at networking and the ftp servers' syslog for help.

also look at your pc to make sure that any windows or personal firewall settings aren't causing the ftp-data problem.

Is your ftp client passive? If so, I would try active to see if you get the same results.

I also see you've go rsa securid, another options is to ditch the ftp and eventually migrate to scp/sftp. :)

Only problem is getting openssh built to work with securid. I've done it w/ 11i but not sure if it'd be any harder on 10.20.

hope this helps,
-denver

Deepak Kulkarni
Regular Advisor

Re: ftp transfer aborts after 36kB

Hi Walter,

May be a space problem. Please check that you have enough space.

Regards
D K
Walter Reich
New Member

Re: ftp transfer aborts after 36kB

Thanks to all.

A lot of good suggestions. Version upgrade is NO option. PC did not mind. Problem also between both HPs (are in same LAN). Difference between get (NAK) and put (ACK). I will try to get network stuff to help. looked through ALL noticeable log files, NO signs of failure. inetd -l --> will see. sft/ssh/scp is already running. No connection from PC (that's another story). Space is NO PROBLEM.

No solution found. Try saerching

Walter