LFTP tests: Difference between revisions
From Lsdf
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
===LFTP usefull commands:=== |
|||
1. Upload a local file(lfile) to a remote file(rfile): |
1. '''Upload a local file(lfile) to a remote file(rfile):''' |
||
*lftp>put lfile -o rfile |
*lftp>put lfile -o rfile |
||
2. Upload (mirror reverse) a local directory using nn processes: |
2. '''Upload (mirror reverse) a local directory using nn processes:''' |
||
*lftp>mirror -c -R -Pnn ldir rdir |
*lftp>mirror -c -R -Pnn ldir rdir |
Revision as of 18:24, 23 February 2016
Client OS | Direction | #of proc/streams | #of files | lsftp(MB/s) | sftp(MB/s) | scp(MB/s) | rsync(MB/s) |
---|---|---|---|---|---|---|---|
LINUX | Upload | 1 | 1 | 76.38 | 79 | 77 | 85 |
5 | 5 | 268 | |||||
12 | 15 | 317 | |||||
15 | 15 | 330 | |||||
LINUX | Download | 1 | 1 | 68 | 67 | 94 | 95 |
5 | 1 | 213 | |||||
12 | 1 | 176 | |||||
15 | 1 | 301 |
LFTP usefull commands:
1. Upload a local file(lfile) to a remote file(rfile):
- lftp>put lfile -o rfile
2. Upload (mirror reverse) a local directory using nn processes:
- lftp>mirror -c -R -Pnn ldir rdir
3.