similar to: scp progress bar

Displaying 20 results from an estimated 9000 matches similar to: "scp progress bar"

2015 Feb 19
2
Install problems (group permissions) with nut 2.7.2
On Wednesday, February 18, 2015 08:11:13 PM Charles Lepple wrote: [...] > On recent Debian and Ubuntu with 2.7.2 and > earlier, there was an issue where the udev rules file needed to be > renamed from 62-nut* to 52-nut* in order to not be overridden by > another set of rules. It lives somewhere like /lib/udev/rules.d Charles; I assume this is the message you refered to, so I just
2015 Feb 20
0
Install problems (group permissions) with nut 2.7.2
On Feb 19, 2015, at 8:55 AM, Gene Heskett <gheskett at wdtv.com> wrote: > On Wednesday, February 18, 2015 08:11:13 PM Charles Lepple wrote: > [...] >> On recent Debian and Ubuntu with 2.7.2 and >> earlier, there was an issue where the udev rules file needed to be >> renamed from 62-nut* to 52-nut* in order to not be overridden by >> another set of rules. It
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
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
Hi, I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend,
2003 May 06
2
scp: missing progressbar, better behaviour on small windows
I miss the stars when doing scp. My suggestion for progressmeter.c makes scp to display different fields on different terminal widths. Maybe this is useful for you. Once in "start_progress_meter()" the outlook of the progressline is calculated. In "draw_progress_meter()" sprintf() instead of snprintf() together with some strlen()'s can be used, because the buffersize has
2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
Hello, I believe these descriptors are specific to flang, not to LLVM. You should probably ask your question on flang-dev list. Thank you, --Eugene From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Venkataramanan Kumar via llvm-dev Sent: Wednesday, April 25, 2018 8:44 AM To: llvm-dev at lists.llvm.org Subject: [llvm-dev] Help on understanding assume shape array
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
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
2014 Dec 17
5
I can't see some of my onwn e-mails ...
I sometimes receive e-mails I post to this list, like I did the bug I reported about X problems, but other times not, like my first post about that before I reported the bug. That one appeared in gmane, but Evolution never picked it up. And today I've not seen either of my posts but I know it got there because I did see a reply to my post about the flash plugin and it had a snippet of my post
2013 Feb 24
0
scp progress bar: wrong truncation of long multibyte file names
Hi. I have: [fva at localhost ~]$ rpm -qi openssh-clients Name : openssh-clients Version : 6.1p1 Release : 5.fc18 Architecture: x86_64 Install Date: ??. 13 ????. 2013 16:15:25 Group : Applications/Internet Size : 1331287 License : BSD Signature : RSA/SHA256, ??. 09 ????. 2013 01:34:32, Key ID ff01125cde7f38bd Source RPM : openssh-6.1p1-5.fc18.src.rpm Build Date
1999 Nov 18
0
scp from 1.2pre12 buglet in progress bar
Hi! Look: |mh at q[4/504]:/mnt/sd04-p7/masterbackup$ scp * torres.ka0.marc-haber.de:~mh/q/ |Enter passphrase for RSA key 'mh at q': |raid0.tar.bz2 15% |**** | 99864 KB 00:00 ETA |root.tar.bz 100% |*****************************| 5406 KB 00:00 ETA |mh at q[7/507]:/mnt/sd04-p7/masterbackup$ ls -al `which scp` |lrwxrwxrwx 1 root root
2013 Dec 29
8
[Bug 2192] New: scp output alignment bug with UTF-8/multibyte sequences
https://bugzilla.mindrot.org/show_bug.cgi?id=2192 Bug ID: 2192 Summary: scp output alignment bug with UTF-8/multibyte sequences Product: Portable OpenSSH Version: 6.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: scp
2005 Nov 21
1
[PATCH] 64 bit clean compilation patches
Hello All, Attached is a patch against the portable openssh sources found at openssh at anoncvs.at.openbsd.org:/cvs. The majority of the size of the patch comes from changes to the build system to supply the required format specifications if they are not provided by the OS. These patches remove the following warnings found during a 64-bit compile: hostfile.c: In function
2010 Sep 16
1
[RFC] function to parse string to argc/argv pair
Currently, I'm looking to improve rosh and would like to start using getopt(). I'd like to parse a string obtained by fgets() to be like the argc/argv pair created by __parse_argv but in a way that's more cross-platform (such that it can also be used by .lnx files rather than just COM32) and suitable to use in rosh and lua.c32. I've made a function and inlined a test program for
2004 Jan 20
2
[Bug 791] Progress meter ETA breaks on large files
http://bugzilla.mindrot.org/show_bug.cgi?id=791 Summary: Progress meter ETA breaks on large files Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: openssh at
2015 Feb 19
2
One more try at nut, this time on debian 7.8 (wheezy)
Greetings Charles; I eventually gave up making it work on ubuntu-10.04.4 LTS, and that drive is slowly curling up its toes, so I am running wheezy on a fresher drive now. I have installed all the nut stuffs from the repo, and now have two more scripts in /etc/init.d called nut-client and nut-server. dmesg |grep Belkin - : root at coyote:/etc/nut# dmesg|grep Belkin [ 4.242066] usb 2-3:
2007 Nov 28
3
Asterisk on multi-homed systems
Greetings list, I remember a discussion many months ago which ISTR concluded that asterisk didn't play nicely at all in multi-homed setups (e.g. SIP packets not being sent out through the same interface they were received on, etc.). Is this still the case, or are there versions which have resolved the issue? Even if it's still the case, is this only a problem for SIP, or does it affect
2019 Jul 30
4
Installation question?
Pete Biggs writes: > On Tue, 2019-07-30 at 13:24 -0400, John Chludzinski wrote: > > I've been doing a CentOS 7.6.1810 net-install since last night. The machine > > seems ok but has been stuck with "performing post-installation setup tasks" > > for hours. This is an old Dell T5400 box, so it isn't blazing fast but ... > > > > Is there a way to
2020 Apr 23
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Items in dmesg when FAT share's are accessed from web browser: CIFS VFS: bogus file nlink value 0 When accessed from FC/L (OFM (orthodox filemanager)): CIFS VFS: illegal date, month 0 day: 0 When the share is initially mounted: CIFS: Attempting to mount //hostname/E Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers CIFS VFS: Send error
2019 Jan 23
3
Status of SCP vulnerability
I worked on a proposal like this a few years back (including proof of concept code).? I taught sftp to have an scp personality (closer to scp2 than scp), and it was rejected by the higher ups.? It may have been the dual-personality issue, but I know the scp2 concept was also rejected at the time as it was stated there should be one transfer tool. But the only way to drag scp into this century