![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SFTP Failed---Request for subsystem 'sftp' failed on channel 0 | mahiban | AIX | 0 | 07-25-2008 02:51 AM |
| dmidecode, RAM speed = "Current Speed: Unknown" | Santi | Filesystems, Disks and Memory | 0 | 02-16-2006 06:16 AM |
| cpu speed | csaunders | AIX | 5 | 09-27-2005 10:00 AM |
| Anybody Notice a Speed Increase? | Neo | Post Here to Contact Site Administrators and Moderators | 5 | 04-02-2001 03:09 PM |
| Speed it up! | pappous | UNIX for Dummies Questions & Answers | 4 | 03-12-2001 01:19 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to increase the speed of sftp
hi ,
i have to tranfer some 12 - 13 gb of files from one server to anothier presently i m using the SFTP but it is taking to much time to trafer the files is there any way to use increase the efficiency of SFTP. i cant use the FTP |
|
||||
|
We want to know if there are VPN tunnels or any other constriction points between the host you send from and the host that reveives.
Otherwise - compress the file first, then send it, decompress on the other side. Code:
gzip -9 bigfile sftp myname@remotenode << EOF put bigfile.gz exit ssh myname@remotenode "gunzip bigfile.gz" |
| Sponsored Links | ||
|
|