- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-27-2002 05:10 AM
тАО08-27-2002 05:10 AM
FTP SCRIPT
I have seen one ftp software "Download Accelerator" (Windows xx ), which is spliting the file in multiple segment and receving /transmiting the segment simulteneously. After receiving the segments it combines the segment in one to get the file.
Is it possible to do the same in unix.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2002 05:16 AM
тАО08-27-2002 05:16 AM
Re: FTP SCRIPT
ftp://download.xs4all.nl/pub/mirror/gnu/wget/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.8.1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2002 06:51 AM
тАО08-27-2002 06:51 AM
Re: FTP SCRIPT
Also, if you had a client that did this, the server would have to support it... none that I know of do, but all my servers do support reget.
So, just wondering how it would be of any benefit accept that you could download lets say 14 of 15 pieces, then later get the 15th? And if this is the case most current ftp daemons support reget functions so you dont have to do this..
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 08:38 AM
тАО08-28-2002 08:38 AM
Re: FTP SCRIPT
The server does not have to support anything really special. It just has to have to be able to download a part of a file starting at a particular byte offset. FTP servers that can resume an interupted download can do this.
After the client has completed several downloads it just concatenates them together into the original file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 09:30 AM
тАО08-28-2002 09:30 AM
Re: FTP SCRIPT
have a look at "rsync" as it can transmit only the "deltas" of remote files (compared to locla ones) and it can use SSH for the transport, thatway not showing your password!
http://rsync.samba.org
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 09:48 AM
тАО08-28-2002 09:48 AM
Re: FTP SCRIPT
I think the reasons for these "tools" is to encounter the capability of some routers to detect FTP traffic and reduce bandwidth for this traffic.
The main reason for this router behavior is to keep networks working. If you have low-speed lines between two spots, a big FTP can bring down all other activities. So some routers can be configured to delay ftp-packets, to keep the rest of the network alive.
I doubt (following Shannon) that these "tools" will have a big benefit in LAN environments and I think you will create new problems in WAN and Internet environments.
Just my 0.02???
Volker