- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp from hp-ux11.0 to windows fails
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-16-2008 06:29 AM
11-16-2008 06:29 AM
ftp from hp-ux11.0 to windows fails
Hi all,
While doing ftp from HP-UX11.0 to windows, ftp fails. The file size is 146gb.ftp terminates after transferring above 25gb.any idea how to solve this problem?
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 06:43 AM
11-16-2008 06:43 AM
Re: ftp from hp-ux11.0 to windows fails
I assume you have that much space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:04 AM
11-16-2008 07:04 AM
Re: ftp from hp-ux11.0 to windows fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:19 AM
11-16-2008 07:19 AM
Re: ftp from hp-ux11.0 to windows fails
Are you starting the transfer from Windows or HP-UX?
I would assume there is no limitation for reading from HP-UX and if there were, it would kick in at 2 Gb.
Of course 11.00 is not supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:37 AM
11-16-2008 07:37 AM
Re: ftp from hp-ux11.0 to windows fails
This does not describe what you did.
> [...] ftp fails.
This does not describe what happened when you
did it.
> [...] from HP-UX11.0 to windows [...]
This does not describe the software
(including the FTP client and server
prograns) which you used.
> Any particular error message?
> 1 pts
If you think that that was worth "1 pts", how
much do you think that your question was
worth? (Hint: Less than "0 pts".)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 07:40 AM
11-16-2008 07:40 AM
Re: ftp from hp-ux11.0 to windows fails
infact i tried from hp-ux to a windows ftp server and from windows to hpux.in both the case i got the same o/p.
in windows
c:\ftp ipaddr.of hpux server
username &pw
ftp>bin
ftp>cd /backup
ftp> get exp.dat
and same thing i tried from hpux
hp:/backup>
>ftp windowsftp serverip
>username&pw
>put exp.dat
in both case the ftp terminated after some time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 08:16 AM
11-16-2008 08:16 AM
Re: ftp from hp-ux11.0 to windows fails
And what were the messages?
Do you have space to ftp the file from/to the same HP-UX system? If that works, your problem is with windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2008 09:26 AM
11-16-2008 09:26 AM
Re: ftp from hp-ux11.0 to windows fails
To assist debugging, I would turn on verbose mode:
# ftp -v ...
It might also be informative to try FTPing your file from Windows-to-Windows as well as from HP-to-HP. That is, FTP the file to yourself on *each* platform.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2009 10:51 AM
01-12-2009 10:51 AM
Re: ftp from hp-ux11.0 to windows fails
Does the Windows box have enough diskspace to handle the XFER?
If you have SSH enabled on your HP 11.00 use an SSH/SFTP client and try to do it with SSH instead. SSH / SFTP has better retry error handling then FTP.