- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Resumable FTP
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
01-02-2002 01:11 AM
01-02-2002 01:11 AM
Resumable FTP
I would like to know if HP-UX release 11.0 can resume FTP from the point of last failure, when it is acting as the FTP client.
So far, I cannot find relevant information from this site.
If third party product is necessary / available, I would also appreciate, and you may let me know via my e-mail address man_lawrence@yahoo.com
Thanks and regards,
Lawrence Man
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:17 AM
01-02-2002 01:17 AM
Re: Resumable FTP
wu-ftp supports resuming of FTP transfer.
http://www.wu-ftpd.org/wu-ftpd-faq.html#IDX90
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:31 AM
01-02-2002 01:31 AM
Re: Resumable FTP
HP-UX does not support the resume capability if the hp-ux system is the ftp client. Other third party applications do support the resume options but they use windows client. Many such ftp client softwares are available. Just try a google search with ftp and resume as options.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 01:40 AM
01-02-2002 01:40 AM
Re: Resumable FTP
Try these links,
http://www.cd.chalmers.se/~hch/filerunner.html
http://www.simtel.net/pub/pd/55077.html
http://linux.tucows.com/internet/ftp.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 12:38 PM
01-03-2002 12:38 PM
Re: Resumable FTP
http://www.ncftp.com/
From the man page:
The program tries to ``resume'' downloads by default. This means
that if the remote FTP server lost the connection and was only
able to send 490 kilobytes of a 500 kilobyte file, you could
reconnect to the FTP server and do another get on the same file
name and it would get the last 10 kilobytes, instead of
retrieving the entire file again. There are some occasions where
you may not want that behavior. To turn it off you can use the
``-Z'' flag.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 07:18 PM
01-03-2002 07:18 PM
Re: Resumable FTP
Thanks all for the response. I find that the HP-UX FTP client supports reget, which can resume transfer from the point of failure.
However, I learn from other sites that resumable FTP also requires server side support.
In my case, the ftp server is running MVS. It can be configured to support checkpoint. I tried to use "reget" myself to get a file from MVS to HP. FTP prompted the error 504 "Restart requires EBCDIC data type". Any idea about this? I could not find an explanation from the HP site for the time being after several searches. The get command could be run successfully.
On the other hand, I tried ncftp but hit the error below.
PASS command failed - __passwd() error : EDC5143I No such process.
Could someone shed some light on this as well?
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:34 AM
01-04-2002 10:34 AM
Re: Resumable FTP
supply a "-u username" argument, it assumes
you wanted to log in as "anonymous". Perhaps
that error message is MVS's way of saying that
it couldn't log you in as "anonymous". If this is the
problem, try "ncftp -u remoteuser remotehost",
where "remoteuser" is your user name on MVS.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:21 PM
01-04-2002 05:21 PM
Re: Resumable FTP
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2002 11:15 PM
01-06-2002 11:15 PM
Re: Resumable FTP
However, ncftp's behavior is not the same as the "native" ftp client on HP-UX. The current directory on mainframe is 'PLXNFTP.'. I want to get the file 'PLXN.LXN.CUSTINTF.TROJ'. On the other hand, the same command works in native HP-UX ftp client. How may I specify the correct relative / absolute MVS source file path in ncftp? I have tried several forms of CD (change directory commands) as well but none succeeded. I have forgotten
most of the MVS terminologies and techniques after last use 10 years ago.
For native FTP, I switched the type to EBCDIC. FTP then complained when I used reget, saying that "Restart requires Block or Compressed transfer mode". On the contrary, HP-UX native FTP clients only support stream transfer mode. Therefore, I believe I have hit a dead end to pursue using native HP-UX ftp client.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2002 11:45 PM
01-06-2002 11:45 PM
Re: Resumable FTP
In the message I posted above, I tried to perform the command:
get 'PLXN.LXN.CUSTINTF.TROJ' test.txt
at the ftp prompt.
For native HP-UX ftp client, it works.
For ncftp, it raised the error:
get PLXN.LXN.CUSTINTF.TROJ: server said: Data set 'PLXNFTP.PLXN.LXN.CUSTINTF.TROJ' not found
get test.txt: server said: Data set 'PLXNFTP.TEST.TXT' not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 01:24 PM
01-07-2002 01:24 PM
Re: Resumable FTP
get 'PLXN.LXN.CUSTINTF.TROJ' test.txt
In the regular ftp client, this retrieves the remote
file "TROJ" and saves it in the local file "text.txt".
However, the "get" command in ncftp behaves
more like the "mget" command in the regular
ftp client. It is trying to get the two files
"PXLN..." and "text.txt". This explains one
of your problems.
As for your "cd" problem, is "." the separator
between directory names? If so, perhaps
ncftp is getting confused by it.
Try using "cd" one level at a time, e.g.:
cd PLXN
cd LXN
cd CUSTINTF
get TROJ
If all else fails, you ought to be able to use the "quote"
command inside of ftp or ncftp to send the CWD
command directly to the server:
quote cwd PLXN.LXN.CUSTINTF
get TROJ
If the EBCDIC issue becomes a problem later,
remember that you can use the "dd" command
(outside of ftp) to convert between EBCDIC and
ASCII.
Good luck!