- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp transfer aborts after 36kB
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
04-27-2005 07:17 AM
04-27-2005 07:17 AM
ftp transfer aborts after 36kB
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 07:25 AM
04-27-2005 07:25 AM
Re: ftp transfer aborts after 36kB
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 07:54 AM
04-27-2005 07:54 AM
Re: ftp transfer aborts after 36kB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 11:03 AM
04-27-2005 11:03 AM
Re: ftp transfer aborts after 36kB
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 05:21 PM
04-27-2005 05:21 PM
Re: ftp transfer aborts after 36kB
May be a space problem. Please check that you have enough space.
Regards
D K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 07:35 PM
04-27-2005 07:35 PM
Re: ftp transfer aborts after 36kB
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