Displaying 1 result from an estimated 1 matches for "773kb".
Did you mean:
673kb
2003 Sep 18
0
sftp quote parsing broken in OpenSSH 3.7.1 portable
.... ..
test_archive.tgz
sftp> get "test_archive.tgz"
Unterminated quote
sftp> get "test_archive.tgz" "test_archive.tgz"
Fetching /Users/admorten/testdir/test_archive.tgz to
/Users/admorten/testdir/test_archive.tgz 100% 773KB 0.0KB/s
00:00
sftp> lls -l
total 780
-rw-r--r-- 1 admorten staff 791161 Sep 18 14:49
sftp> get test_archive.tgz
Fetching /Users/admorten/testdir/test_archive.tgz to test_archive.tgz
/Users/admorten/testdir/test_archive.tgz 100% 773KB 0.0KB/s
00:00
sftp> lls -l
total...