similar to: [Bug 791] Progress meter ETA breaks on large files

Displaying 20 results from an estimated 8000 matches similar to: "[Bug 791] Progress meter ETA breaks on large files"

2002 Feb 06
2
SFTP Status Bar..
This is the LAST version I plan on doing.. If I hear no feed back good or bad. Then I'll assume I've wasted my time on a feature that people whine about but don't care to try. This is against 3.0.2pX so it should be VERY easy for anyone to test. - Ben diff -ur openssh-3.0.2p1/misc.c openssh/misc.c --- openssh-3.0.2p1/misc.c Tue Jul 3 23:46:58 2001 +++ openssh/misc.c Wed Feb 6
2014 Sep 29
0
"doveadm sync/backup" should show some kind of progress meter
Using "-v" with those commands doesn't nothing, aparently. Using "-D" shows complex debug info only useful for debugging. But this comands take a lot of time and should show some kind of progress meter/feedback like network speed, percent, ETA, etc. -- Jes?s Cea Avi?n _/_/ _/_/_/ _/_/_/ jcea at jcea.es - http://www.jcea.es/ _/_/
2002 Jan 30
1
Quick sftp status indicator.
I think my first send was eaten by elm.. Yuck I hate this programm.. Anyawys, first the disclaimer: This is barely tests, I submit this to the general population, but I will not submit this for review of rest of the OpenSSH team. Mainly because it is horrible at best. dealing with alarm() in a sane way is not fun. It does not compile clean, but works. IF anyone cares to clean it up..
2013 Dec 29
4
[Bug 2193] New: Scp sometimes breaks non-ASCII filenames in copying progress indicator
https://bugzilla.mindrot.org/show_bug.cgi?id=2193 Bug ID: 2193 Summary: Scp sometimes breaks non-ASCII filenames in copying progress indicator Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: scp
2013 Aug 01
5
[Bug 2137] New: progress meter shows wrong speed during resume
https://bugzilla.mindrot.org/show_bug.cgi?id=2137 Bug ID: 2137 Summary: progress meter shows wrong speed during resume Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: sftp Assignee: unassigned-bugs at
2008 Dec 22
1
Progress meter
There appears to be 2 different styles of progress meter. One style shows stars with total size transfered and time remaining. The second doesn't display the stars, but does provide a percent complete and transfer rate. How can one force a particular style of progress meter? I personally prefer the one which displays the rate of transfer, but I don't know how to get that to display on all
2002 Jul 13
0
[PATCH]: scp program improved
Hi, I have made a patch which improves scp utility. It adds two new features: rate limit and resume support. With rate limit it's possible to limit transfer speed. Resume allows to continue file transfer where it was last interrupted. Also the progress meter was improved. Here is my patch, please send comments about it and what I can do better if there is something to fix. ---
2002 Feb 02
0
Version two of progressbar for scp/sftp
Again, this has been lightly tested. I think there still are a few glitchs. 1. stole progressmeter() from scp.c - clean up and simplified a little to remove the 'flag' status. It now understands how to initialize itself and how to terminate itself. Along with a malloced status bar instead of the original fix width bar. 2. removed all initialization code from scp.c for progressmeter()
2004 Jan 10
0
new progress reporting ETA and resume transfer options
I often use rsync as basically an scp with resume functionality, but there are a couple annoyances that've often come to mind while doing this. The first is that if I've already transferred a significant amount of a large file, the ETA is rather on the low side because rsync only takes into account the starting time, current time, and the current offset in the file when computing the
2016 Jan 19
6
FWD: [patch] scp + UTF-8
Hi, Martijn sent the following patch to me in private and agreed that i post it here. In any other program in OpenBSD base, i'd probably agree with the basic approach. Regarding OpenSSH, however, i worry whether wcwidth(3) can be used. While wcwidth(3) is POSIX, it is not ISO C. Does OpenSSH target platforms that don't provide wcwidth(3)? If so, do you think the problem can be solved
2017 Mar 30
0
[Bug 2701] New: sftp and scp show wrong units for speeds and file sizes in progress meter
https://bugzilla.mindrot.org/show_bug.cgi?id=2701 Bug ID: 2701 Summary: sftp and scp show wrong units for speeds and file sizes in progress meter Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2000 Aug 24
0
patch for a few things
This isn't related to the snapshot, but mention of it reminded me to submit these changes. I added a few things, and made a couple small changes; here's a list of what the patch includes: - adds a "-1" argument to ssh and ssh.1 to force protocol1, similar to the existing "-2" argument. - adds "-1" and "-2" to scp and scp.1 as well. - adds
1999 Dec 16
3
Progress meter for ssh-keygen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Attached is a patch to add a progress meter for ssh-keygen similar to the one in the commercial ssh1. Was this left out of the OpenBSD version because of security concerns? Regards, Damien Miller - -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org
2013 May 24
5
[Bug 2108] New: sftp progress meter updates too early
https://bugzilla.mindrot.org/show_bug.cgi?id=2108 Bug ID: 2108 Summary: sftp progress meter updates too early Product: Portable OpenSSH Version: 6.2p1 Hardware: Other URL: http://bugs.debian.org/708372 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2004 Jul 20
3
[Bug 901] visual gauge in progress meter
http://bugzilla.mindrot.org/show_bug.cgi?id=901 Summary: visual gauge in progress meter Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak at
2007 Nov 09
1
Patch for progressmeter.c
This is a small patch to progressmeter.c that provides peak throughput information. It adds a new field on the progress bar line that displays the 1sec throughput for the connection. At the end of the transfer it spits out the peak throughput seen. I found it useful in some testing situations and maybe someone else might find it handy. --- ../openssh-4.7p1.logging_features/progressmeter.c
2004 Jan 29
0
[Bug 799] scp incorrectly reports "stalled" on slow copies
http://bugzilla.mindrot.org/show_bug.cgi?id=799 Summary: scp incorrectly reports "stalled" on slow copies Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: scp AssignedTo: openssh-bugs at mindrot.org
2009 Oct 25
0
alternate output for progressmeter
Hi, I used scp in some background process for transferring large files which took some hours. For this I needed a less fancy output, preferable parseble by a script, so I could regularly see how far the transfer was The adaptions I made to progressmeter.c and .h are underneath my mail as a patch Some sample output how it looks now: :~/src/openssh-5.3p1$ ./scp -l 60000 test.bin hans at
2004 Feb 27
2
patch: better progress meter
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/rsync/attachments/20040227/923b87ee/PGP.bin
2016 May 11
0
openssl Security Update for CentOS 6.7 ETA
Patrick Rael wrote: > On 05/11/2016 09:45 AM, Steve Snyder wrote: >> >> On Wednesday, May 11, 2016 11:20am, "Patrick Rael" <prael at lumeta.com> >> said: >> >>> Hi, >>> Is there an ETA on the openssl security update (CVE-2016-0799) for >>> CentOS 6.7? I saw the openssl update for CentOS 7 on 5/9, eagerly >>>