- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: broken pipe with ftp script
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
05-23-2001 07:12 AM
05-23-2001 07:12 AM
broken pipe with ftp script
sendfile: Broken pipe
*************************************************
Cron: The previous message is the standard output
and standard error of one of your crontab commands:
/usr/local/bin/dev_newftp.sh 1>/dev/null
Here is the script it's using:
cd /u01/copy
ftp -v -i -n <
user xxxxxx xxxxxxx
cd /u02/refresh
bin
put controlROSS01.ctl
put controlROSS02.ctl
put finPROD01_index.dbf
put finPROD02_index.dbf
put finPROD03_index.dbf
put finPROD04_index.dbf
put redoROSS01a.log
put redoROSS02a.log
put redoROSS03a.log
put systemROSS01.dbf
put redoROSS01b.log
put redoROSS02b.log
put redoROSS03b.log
put tempROSS01.dbf
put tempROSS02.dbf
put toolsROSS01.dbf
bye
Any solution to getting the user name and password out of the script would be great also.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 07:35 AM
05-23-2001 07:35 AM
Re: broken pipe with ftp script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 07:56 AM
05-23-2001 07:56 AM
Re: broken pipe with ftp script
You can get your username and password out of our ftp script by putting them in a .netrc file instead. See man on netrc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 08:02 AM
05-23-2001 08:02 AM
Re: broken pipe with ftp script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 11:56 AM
07-13-2001 11:56 AM
Re: broken pipe with ftp script
The receiving system was not able to create a large file on it's filesystem, so it would just die. I fixed the filesystem to accept large files (>2G) and the problem was solved.