- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Send text file with cu from command line
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-29-2001 04:03 AM
03-29-2001 04:03 AM
Send text file with cu from command line
Does anybody knows how to send a text file
from the command line using cu ?
The device file i use is /dev/tty1p0. The modem
is well configured and i'm able to call with it
interacting with cu but i would like to do it
automatically from an script without interact.
Thank you in advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 04:28 AM
03-29-2001 04:28 AM
Re: Send text file with cu from command line
See man cu:-
~%put local_source_file [remote_destination_file]
Copy file local_source_file on local system to
file remote_destination_file on remote system. If
remote_destination_file is not specified, the
local_source_file argument is used in both places.
Also search the forum for cu.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2001 04:49 AM
03-29-2001 04:49 AM
Re: Send text file with cu from command line
This is a link I used to local things quicker than navigating menus on the doc site.
http://www.docs.hp.com/cgi-bin/otsearch/hpsearch
I used keywords: cu +file +transfer +modem
The direct link to the doc site I found is located at the bottom of this message, but here are some excerpts from the doc page for cu.
You have a few options to look at:
~%put local_source_file [remote_destination_file]
Copy file local_source_file on local system to file remote_destination_file on remote system. If remote_destination_file is not specified, the local_source_file argument is used in both places.
~%take remote_source_file [local_destination_file]
Copy file remote_source_file from the remote system to file local_destination_file on the local system. If local_destination_file is not specified, the remote_source_file argument is used in both places.
~%
Here is the direct link:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90680/B2355-90680_top.html&con=/hpux/onlinedocs/B2355-90680/00/00/61-con.html&toc=/hpux/onlinedocs/B2355-90680/00/00/61-toc.html&searchterms=transfer%7cfile%7cmodem%7ccu&queryid=20010329-043431
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 01:53 AM
04-02-2001 01:53 AM
Re: Send text file with cu from command line
Sounds like you should also consider using uucp to transfer your files.
I am not sure, but you implied that you may be looking at a way to automate this process...?
Downside: This is no longer mentioned in SAM (HP regard this as obsolete)
Upside: ITRC docs exist which detail how to configure the uucp files (Systems, Devices, Dialers, Permissions etc....)
O'Reilly have an excellent book on the subject.
There are always the man-pages :-)
Hope this helps.
Regards,
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 02:27 AM
04-02-2001 02:27 AM
Re: Send text file with cu from command line
I keep on working with it. The man pages of cu
are a little bit confusing ( i checked them before post the message ) so i will revise all
the docs I will find about it