- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Regarding ftp 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-11-2002 07:33 PM
03-11-2002 07:33 PM
Regarding ftp commands
I want to copy some files (including some files in subdirectory) from HPUX server to my personal computer. It seems ftp's mget command is not good copying many files in many subdirectories. Any other comands or application can do it faster? Thanks a lot!
Regards
ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 07:54 PM
03-11-2002 07:54 PM
Re: Regarding ftp commands
cat file1 file2 | gzip > foo.gz
then ftp the foo.gz file in binary format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:03 PM
03-11-2002 08:03 PM
Re: Regarding ftp commands
ajk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:04 PM
03-11-2002 08:04 PM
Re: Regarding ftp commands
You can use some software which are able to do ftp very efficiently like Exceed etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:13 PM
03-11-2002 08:13 PM
Re: Regarding ftp commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:27 PM
03-11-2002 08:27 PM
Re: Regarding ftp commands
I'd suggest creating an archive and ftp'ing it across. That way, you get to keep the directory structure and save ftp time as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:39 PM
03-11-2002 08:39 PM
Re: Regarding ftp commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:40 PM
03-11-2002 08:40 PM
Re: Regarding ftp commands
and where can I download it? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:44 PM
03-11-2002 08:44 PM
Re: Regarding ftp commands
open
user
bin
cd
mget
cd
mget
bye
Then use the command "ftp -i -n < textfile" to do it automatically.
On the other hand, many software can do drag and drop for ftp. However, it will copy the whole directory to your destination. If you want to get some files from different directories, the above text file will work.
Hope this helps.
Kenny.
ps. If you want to do it automatically like a cron job in your pc, you can get the FTP Voyager Schedular(shareware) to do it for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 08:59 PM
03-11-2002 08:59 PM
Re: Regarding ftp commands
Try ws-ftp or cuteftp. They can do recursive copy and has a windows friendly interface. You can download this and some more softwares / application from http://www.zdnet.com/downloads/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:11 PM
03-11-2002 09:11 PM
Re: Regarding ftp commands
Have a look at these from the porting centre. Perhaps one of them can do the job. There are quite a few to look at.
http://hpux.connect.org.uk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:17 PM
03-11-2002 09:17 PM
Re: Regarding ftp commands
Exceed is wondows based and can be foung at
www.hummingbird.com
http://www.hummingbird.com/collateral/exceed_datasheet2_EN.pdf
To buyemail at : sales@hummingbird.com
Not free :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:19 PM
03-11-2002 09:19 PM
Re: Regarding ftp commands
Here are some of the ftp programs which are windows based and available for free / shareware download,
http://hotfiles.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?link=1&UTcat=internet&UTsubcat=ftp&Usrt=date&Usubp=Internet_FTP
I have tried cuteftp. That is good. Even ws-ftp is good.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 12:48 AM
03-13-2002 12:48 AM
Re: Regarding ftp commands
On HP-UX see the pax(1) manual page.
On Microsoft Windows, at least on NT, see Start -> Help -> Contents -> Windows NT Commands -> Windows NT Commands -> P -> pax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 10:13 AM
03-13-2002 10:13 AM
Re: Regarding ftp commands
http://winscp.vse.cz/
That's a link to the WinSCP homepage; it's a decent GUI software, and it will recursively copy files from one system to another.
(Obviously you have to have ssh installed and running on your remote HP-UX system.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2002 01:20 PM
03-13-2002 01:20 PM
Re: Regarding ftp commands
RD
http://www.smartftp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 01:28 AM
03-14-2002 01:28 AM
Re: Regarding ftp commands
an alternative method to achieve the same results command rcp
you will need to have a .rhosts file for the login being used on the destination server to allow this to work.
rcp -r source_directory destination_server:/destination_directory
good luck
John.