- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp recursive?
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
07-12-2001 10:22 AM
07-12-2001 10:22 AM
ftp recursive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 10:30 AM
07-12-2001 10:30 AM
Re: ftp recursive?
If you want all files in subdirectories, you will need to tar up the bunch of them and ftp that over.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 10:31 AM
07-12-2001 10:31 AM
Re: ftp recursive?
There is no easy way to do this with standard
ftp but you can do it with 'ftpcopy' available from:
http://hpux.cs.utah.edu/hppd/hpux/Networking/FTP/ftpcopy-0.3.5/
The other way (and really the easist to script or run interactively) is rcp which has an option -r for recursive copies. Man rcp for details.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 10:32 AM
07-12-2001 10:32 AM
Re: ftp recursive?
rcp -p -r root@hotname:/dir/of/data/you/want /dir/you/want/data/at/on/hostname
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 10:35 AM
07-12-2001 10:35 AM
Re: ftp recursive?
rcp -p -r root@hotname:/dir/of/data/you/want /dir/you/want/data/at/on/hostname
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 11:12 AM
07-12-2001 11:12 AM
Re: ftp recursive?
on ftp prompt use "prom off" and the use mget or mput.. Or lese best way is use rcp command. But you need to modify .rhost file for this.
--USA--