![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to send the multi files as a attachment | Murugesh | Shell Programming and Scripting | 1 | 07-03-2007 11:24 PM |
| Need to send multiple files during ftp | cdunavent | Shell Programming and Scripting | 2 | 06-17-2005 05:23 AM |
| network speed is slow | q30 | UNIX for Advanced & Expert Users | 3 | 05-28-2003 02:16 AM |
| Send/Rec files via modem.. | natter | UNIX for Advanced & Expert Users | 1 | 09-06-2002 10:05 AM |
| send file from UNIX to windows across network | umpi_97 | UNIX for Dummies Questions & Answers | 5 | 02-20-2002 12:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to send big files over slow network?
Hi,
I am trying to send oracle archives over WAN and it is taking hell a lot of time. To reduce the time, I tried to gzip the files and send over to the other side. That seems to reduce the time. Does anybody have experienced this kind of problem and any possible ways to reduce the time. I know rsync reduces time, but not sure how much or is it better to use. Also somebody says sftp. Any comments... Giridhara |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi
sftp is a simple ftp protocol + an encryption layer over that protocol => the transfer time is not really boosted. It's better to try rsync, cause this use some differential updload mechanism to synchronize the file(s). (so, if you have a file already uploaded to your target server, rsync will do a smart synchronization between your new file on your machine, and the target file on the server <<target_machine>>) Regards *ptr |
||||
| Google The UNIX and Linux Forums |