Displaying 20 results from an estimated 6000 matches similar to: "sftp Client for Windows XP"
2001 Feb 10
2
SNAP 20010209 fails to compile sftp on Slackware
Yo All!
openssh-SNAP-20010209.tar.gz fails to compile on Slackware. Patch at
the end of this message.
Here is the error:
gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/ssl -lssh -lopenbsd-compat -lcrypt -lz -lnsl -lutil -lcrypto -lwrap
openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o): In function
2003 Feb 19
4
newbie wants to compile SCP into his own application
Hi all,
I have seen in the OpenSSH source that the scp executable is built by
compiling scp.c and linking with libopenbsd-compat.a and libssh.a. (Correct
me here if I'm wrong)
My question is, can I make this a module in my own application by using the
scp.c source and ilnking the libraries mentioned above ? The reason is, I
want to perform an SCP from my application, but I don't want to
2020 Jul 21
11
[RFC PATCH 0/4] PAM module for ssh-agent user authentication
Hi,
The main (and probably the only) use case of this PAM module is to let
sudo authenticate users via their ssh-agent, therefore without having
to type any password and without being tempted to use the NOPASSWD sudo
option for such convenience.
The principle is originally implemented by an existing module [0][1]
and many pages that explain how to use it for such purpose can be
found online.
2010 Mar 29
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes:
> Hi
>
>
>
> We have ported the Narrow band 8 Khz Speex encoder and decoder on to TI DSP 5505
>
>
>
> To compress 20ms of 16 bit audio sampled at 8Khz it takes 4.2ms.
>
> Is there any optimizations I can do to make it run faster.
The first thing to do would be to profile the code (I assume you're
using
2007 Feb 16
1
SFTP Library : IPv6 Address
Dear Respected one,
Does the SFTP client/server, provided as the part of the libssh,
support IPv6 addresses ? I have downloaded the libssh and still
working on the seperation of sftp out of libssh.
If any body has information about SFTP supporting IPv6 addresses,
please inform me.
Thanks & Regards,
Deepak D
2001 Oct 07
3
Using -lssh as shared library
Hello! This is my first post to this list... ;)
I'm not shure if someone will be interested in this topic.
For me, it has interest, as long as I maintain 100+ unix
(linux) servers with dialup access and every package update
cost some significant time to download, so package size is
somewhat important here.
I looked to openssh and realized that package consists of
several programs, all uses
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote:
> Just running a standard make, and then a make install to a packaging
> directory. It seems to be complaining about missing keys - not sure yet if
> this is a show stopper
For packaging you want the install-nokeys rule not install.
--
Tim Rice Multitalents
tim at multitalents.net
2010 Jan 21
2
Oggs/ Speex check sum tool
Hi
Is there a tool to verify and fix the checksum in a Speex file.
I have seen somewhere a tool like "hoog.."
Were can I get it
Thanks for your time
Saju
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100120/79e209ad/attachment.htm
2014 Mar 12
2
libvirtError: this function is not supported by the connection driver: virInterfaceDefineXML
Hi,
Could anyone help I'm getting the following error when I tried to add a new
network interface.
DETAILS
Connection
---------------------------
import libvirt
conn = libvirt.open('qemu:///system')
Interface XML
----------------------
<interface type="bridge" name="br0">
<start mode="onboot"/>
<mtu size="1500"/>
2006 May 23
4
Are there OpenSSH library coding examples
Hi-
Apologies in advance if this is off-topic, but I've been
unable to find any coding or usage examples on how to open a
SSH client to a remote server. I'll happily RTFM if I can just
find the FM (!). The client environment is x86 Linux 2.6.x,
the remote SSH servers will be on proprietary embedded devices.
My current application uses a socket interface and select()
to communicate
2001 Feb 08
1
sftp / latest snapshot
Hi!
I have just played around a little bit with the actual CVS on HP-UX 10.20.
- In openbsd-compat/Makefile.in the .c.o default rule is missing:
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
- Linking sftp fails, because seed_rng() cannot be resolved. Actually it
is in entropy.c (libssh) and needed by arc4random.c. A similar problem
has been discussed several days ago and the problem should
2023 Jun 30
1
Subsystem sftp invoked even though forced command created
On 30/06/2023 09:56, Damien Miller wrote:
> It's very hard to figure out what is happening here without a debug log.
>
> You can get one by stopping the listening sshd and running it manually
> in debug mode, e.g. "/usr/sbin/sshd -ddd"
Or starting one in debug mode on a different port, e.g. "-p99 -ddd"
2017 Oct 04
5
X11forwarding yes: how to debug/setup after xauth fix
I do not often use X11 - but when I do I prefer to enable X11forwarding,
and when finished - turn it off. This is preferable, imho, to having
"clear" X11 processing when local - and otherwise impossible when
working remote.
Working with openssh-7.5p2 I cannot figure out what (extra) I need to do
with sshd_config to get it working.
I know that there is a security-fix starting with
2019 Mar 06
2
[PATCH nbdkit] Add ssh plugin using libssh.
This adds a simple plugin using libssh (not libssh2). The intended
use for this is with virt-v2v when sourcing guests from VMware over
SSH.
We've had several years of problems getting our libssh-based driver
into qemu. By putting it into nbdkit instead we can bypass that.
However this also lets us combine ssh access with filters, in
particular the recently written ‘rate’ filter.
Rich.
2015 Jun 25
5
Call for testing: OpenSSH 6.9
On 01/06/15 22:17, Tom G. Christensen wrote:
> On sparc-sun-solaris2.6 and sparc-sun-solaris2.7 the testsuite fails:
> run test cfgparse.sh ...
> reparse minimal config
> reparse regress config
> listenaddress order
> bad addr or host: ::1 (no address associated with name)
> listenaddress order 1
> bad addr or host: ::1 (no address associated with name)
> listenaddress
2002 Dec 05
9
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450
------- Additional Comments From tim at multitalents.net 2002-12-05 15:57 -------
I can not duplicate this problem on UnixWare or Linux
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Apr 07
2
ssh/scp lib
Does anyone know of a libssh package or tarball
or does it only come in a single package right now.
It would be really nice to see this protocol spread to
other progs other than ssh/scp itself(i.e kde browser,
zope,etc..).
Am I alone on this one and have to split it up myself
or am I stepping on toes for someone else who has
already done this?
[Icarus] Factor (aka Daniel Yount)
factorf2 at
2004 Mar 23
2
A question on Compilation errors...
Hello
I am attempting to build on a LynxOS platform and am using a old
version of zlib and OpenSSL-0.9.6a. I get past the configure stage by
ignoring the zlib version check. However, at make stage I run into the
following undefineds. Any idea what may be causing this. I am using
version 3.8p1 of OpenSSH.
Thank you in advance for your response
Amba
(cd openbsd-compat && make)
2010 Mar 30
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes:
> Hi
>
>
>
> When we run the profiler these 3 functions take more than 8500 cycles.
>
>
>
> split_cb_search_shape_sign_N1() 22782
> pitch_search_3tap() 19208
> lpc_to_lsp() 16007
>
> So can I configure these in a different way so it takes less cycles.
I am not familiar with the code, so I can't
2015 Jan 06
2
RE: Fwd: [Cryptography] Why aren’t we using SSH for everything?
Damien,
What is the best document to use for documentation on SFTP? In other words, if I want to build an SFTP client library based on libssh.a, is there documentation about the series of messages I need to send over the wire?
Thanks,
ScottN
-----Original Message-----
From: openssh-unix-dev [mailto:openssh-unix-dev-bounces+scott_n=xypro.com at mindrot.org] On Behalf Of Damien Miller
Sent: