Displaying 20 results from an estimated 3000 matches similar to: "scp Output Feature"
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()
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
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
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.
---
2016 Feb 15
2
zenity <-- Re: rpm containing gmessage???
On 02/11/2016 07:43 PM, Frank Cox wrote:
> On Thu, 11 Feb 2016 18:55:16 -0500 ken wrote:
>
>>> gmessage has been more-or-less superseded by zenity.
>>>
>>
>> That's nutz. From docs I've seen, gmessage is way more flexible
>> and featured.
>
> It doesn't appear that way to me, but what do I know. I just use
> zenity for my own bash
2016 Feb 15
2
zenity <-- Re: rpm containing gmessage???
On 02/15/2016 04:20 PM, Frank Cox wrote:
> On Mon, 15 Feb 2016 14:57:25 -0500
> ken wrote:
>
>> Is there a way to make the font of some of the text in a zenity-created
>> window larger? This property doesn't seem to be configurable in any
>> way. If it matters, I'm using text entry (--entry) mode.
>
>
2000 Aug 18
0
[PATCH] Support symlinks in scp of openssh 2
I'm fond of the "-a" (archive) option of cp, and I'm a heavy user of
scp, so I guess it's inevitable that I would eventually add support
for "-a" to scp. :-) Actually, it's a "-L" flag for preserving
symlinks, and a "-a" flag that is shorthand for "-Lpr".
Please let me know if I'm not doing this right.... I made a great
2007 May 21
2
question on zenity centos 5
I am trying to use zenity --progress.
When I use this script:
#!/bin/sh
(
echo "10" ; sleep 1
echo "20" ; sleep 1
echo "50" ; sleep 1
echo "75" ; sleep 1
echo "100" ; sleep 1
) | zenity --progress
~
It works fine...
When I use a little program.
for(count = 0; count <= 100; count += 10)
{
2016 Feb 15
0
zenity <-- Re: rpm containing gmessage???
On Mon, 15 Feb 2016 17:24:19 -0500
ken wrote:
> Contact zenity devels at
> https://wiki.gnome.org/action/show/Projects/Zenity?action=show&redirect=Zenity
> about this???
Perhaps you're trying to push zenity past what it's intended to be, a quick method for gathering input and presenting output from bash scripts and the like. If you need something fancier than that, you
2007 Aug 21
2
dialog boxes on X
All,
I have been looking at zenity to pop up messages on the X screen.
Is there another alternative to zenity that I have not found?
I need to be able to completely remove the OK button, I cannot find a
way in zenity to do this.
also It would be nice to have a --timeout 5 option on the command line also.
Any suggestions?
Jerry
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..
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 Oct 24
3
can't install winetricks
Hi,
I have been trying to install winetricks on 10.04.1 LTS but I am having no success. Does anyone know what the problem is? I get the following errors:
> wine: cannot find L"C:\\windows\\system32\\gearsec.exe"
> winetricks: 4382: cannot create /home/bandito/.wine/dosdevices/c:/winetrickstmp/zenity.sh: Permission denied
> winetricks: 4382: cannot create
2004 Feb 11
0
Makefile.in: progressmeter.o has moved to libssh
Since progressmeter.o has moved to libssh, we don't need to explicitly
link it into scp and sftp any longer.
Index: Makefile.in
===================================================================
RCS file: /cvs/openssh/Makefile.in,v
retrieving revision 1.255
diff -u -r1.255 Makefile.in
--- Makefile.in 10 Feb 2004 02:01:14 -0000 1.255
+++ Makefile.in 11 Feb 2004 17:10:40 -0000
@@ -137,8 +137,8
2002 Nov 05
0
[PATCH] Add readonly mode to scp, sftp_server
This patch adds a readonly mode to scp and sftp_server. This allows clients
to only read files from the server, but not to write them.
Patch is based on OpenSSH 3.4p1
*** scp.c@@\main\1 Tue Oct 1 17:25:16 2002
--- scp.c Wed Oct 2 06:05:14 2002
***************
*** 122,127 ****
--- 122,130 ----
/* This is set to zero if the progressmeter is not desired. */
int showprogress = 1;
+ /* deny
2016 Feb 15
0
zenity <-- Re: rpm containing gmessage???
On Mon, 15 Feb 2016 14:57:25 -0500
ken wrote:
> Is there a way to make the font of some of the text in a zenity-created
> window larger? This property doesn't seem to be configurable in any
> way. If it matters, I'm using text entry (--entry) mode.
http://stackoverflow.com/questions/18234920/control-the-size-of-the-content-in-a-zenity-window
--
MELVILLE THEATRE ~ Real D 3D
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
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
2006 May 14
1
scp patch to delete source files after copy
At work we have a large collection of scripts to move log
and config files around. These depend on commercial (F-Secure)
ssh/scp, as it supports the -u option to delete the source file
after (successful) copying. That is the sole reason we can't
run openssh on our 150+ unix boxes.
I have attached a patch below, which adds the -u option to
delete the source file after copying, provided there
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