- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: modem file transfer?
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-27-2003 10:26 AM
03-27-2003 10:26 AM
modem file transfer?
Since x-/y-/z-modem tools don't actually handle the modem connection setup and tear-down, how do you use them to transfer files?
I need to use xyz-modem protocols to connect to remote sites (banks, government agencies) to transfer files to them, but I'm not clear on what software to use to initiate the connection.
I mean sure, sz to send a file using zmodem - but it just talks to the terminal - how does one initiate a connection and *then* use sz?
I need to script it up. The only information I've got about the remote end is the protocol they want to use for file transfer (xmodem) and the speed/parity at which to connect.
There's a big gap in my brain where this knowledge used to live? Someone fill it for me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 11:10 AM
03-27-2003 11:10 AM
Re: modem file transfer?
http://www.knowledgestorm.com/SearchServlet?ksAction=keyMap&x=connect+direct+software&site=LookSmart
Here's telamon:
www.telamon.com
How you connect depends upon your devices and HW setup. ISDN? PPP? If you contact telamon they'll provide setup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 11:23 AM
03-27-2003 11:23 AM
Re: modem file transfer?
http://bak-px.online.sh.cn/mirrors/hpux.freeware/Users/xmodem-3.9/
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 11:26 AM
03-27-2003 11:26 AM
Re: modem file transfer?
http://www.rtr.com/ReadyPaks/
I've used Pcomm+ for years under HP-UX; it includes some powerful scripting and is much easier to configure than uucp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 11:33 AM
03-27-2003 11:33 AM
Re: modem file transfer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 01:49 AM
03-28-2003 01:49 AM
Re: modem file transfer?
The version of Kermit supplied with HP-UX should be able to handle x/y/zmodem protocols.
If you fire up Kermit and type :
check xyzmodem
it should return "xyzmodem available."
You can now use:
set protocol zmodem
show protocol
and this will show you the commands Kermit will use, ie the sz %s stuff.
Of course you'll still need to script Kermit selecting a modem and dialling out, etc.
Kermit has got a fair amount of help built in, just type help followed by the command you want help on. However, I've found the following book invaluable for working with Kermit:
Using C-Kermit by Frank da Cruz & Christine M. Gianone, on Digital Press.
hope that gets you started in filling that gap :)
regards,
Darren