- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Proxy with compress commands?
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
03-31-2004 09:53 PM
03-31-2004 09:53 PM
I need to be able to do the following:
Compress a file
FTP the file from ServerA to ServerB
Uncompress the file on ServerB
Ftp the file from ServerB to ServerC
ServerA is HP-UX
ServerB is UNIX but i'm not sure what "flavour"
ServerC is an IBM Mainframe
Any ideas on this?
Any Help Appreciated
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 09:58 PM
03-31-2004 09:58 PM
Re: FTP Proxy with compress commands?
gunzip works will all flavors of UNIX for compressing file. Not sure though with Mainframe.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 10:12 PM
03-31-2004 10:12 PM
Re: FTP Proxy with compress commands?
If you use rcp instead, you will be able to acomplish all these in a single step or a single script.
Me too have no idea about the mainframe.
regds
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 11:46 PM
03-31-2004 11:46 PM
Re: FTP Proxy with compress commands?
I need to be able to script this. Can I issue the uncompress on ServerB and then proxy ftp onto ServerC from within the FTP shell script that will run on ServerA?
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 12:10 AM
04-01-2004 12:10 AM
SolutionIf you put the script on ServerB, it's the easiest... First pull the file from ServerA and then push it to serverC.
Only problem is the compressing... That could be solved by using scp for the first copy action. It can compress on the fly...
So, check what is available for tools. Also check what is available on the mainframe. Make sure ftp is available.
Good luck,
Elmar