libssh2 Questions
4
I have read article after article and just cannot find "the solution" that works for what I have.
I am trying to upload files via SFTP using php scripting. I have connected using CyberDuck success...
3
I googled "libbssh vs libssh2" , couldn't find good explanation about the difference between of them.
What is the major difference ?
The main functionality that i need is copying files , ...
0
I'm looking for a way to execute multiple commands sequentially. What I do right now is creating a mew channel for each command and close It. If I use just one channel I get an error that a channel...
1
I'm trying to reproduce a problem where when some of our clients can receive a wrong file contents while downloading with SFTP protocol.
Based on our SFTP server (CrushFTP) logs they probably open ...
3
I'm trying to send a group of files to a remote server through no-ack's python byndings for libssh2, but I am totally lost regarding the library usage due to the lack of documentation.
I've tried ...
Detergent asked 16/1, 2013 at 20:15
4
I am using the PHP ssh2 library, and simply doing:
$ssh = ssh2_connect($hostname, $port);
The problem is I want to set a timeout, i.e. after 5 seconds stop trying to connect. As far as I can tel...
1
Solved
1
Solved
Some one can help me to compile libssh2 on windows with Visual Studio 2017.
The only things I found are too old and outdated.
I downloaded libssh2 from github and run cmake libssh2 and then cmake ...
1
Solved
I am working on a project where I am doing port forwarding to MySQL using libssh2 in C++. I've got it working for username/password authentication but I now want do it using public/private key auth...
Spirometer asked 16/2, 2017 at 21:39
8
3
I had been using PHP's ssh_connect() and multiple ssh_exec() between two Ubuntu VMs without any problems. However, now I need to call multiple ssh_exec() from Ubuntu Server to Windows machine via O...
1
Solved
I'm trying to compile a .cpp file but I must install libssh2. I have downloaded the package from libssh2.org and when I enter: ./buildconf I'm getting:
Neither libtoolize nor glibtoolize could be ...
Tyra asked 25/2, 2013 at 8:15
2
I feel this deserves a question as StackOverflow doesn't seem to have enough on the subject.
I want to SFTP, using PHP with a Progress Bar
I love progress bars. However, this time I want to do some...
2
Solved
I want to use functionality like here. Please check the code bellow
function notify (
$notification_code,
$severity,
$message,
$message_code,
$bytes_transferred,
$bytes_max
) {
echo "Runned...
1
I'm looking for some example code of a reverse port forward on iOS using libssh2. Here's a close example:
Example code of libssh2 being used for port forwarding
But I'd like it to be tailored to ...
Piranha asked 10/8, 2011 at 19:37
1
© 2022 - 2024 — McMap. All rights reserved.