ssh2-sftp Questions

6

Solved

Hello i have a little problem, i developped a script sftp client with node js that connect to an sftp server and grab some files, i tested it with my local server its working, but when i tried to u...
Wideangle asked 18/1, 2017 at 16:25

2

Solved

I have an app the uses an SFTP connection to download files. It was working correctly in PHP 5.6, not so much in PHP 7. The error I get is as follows: PHP Warning: filesize(): stat failed for ssh2...
Royce asked 1/12, 2016 at 22:25

5

When trying to use ssh2_sftp($this->con); PHP 7.1.7 thinks Im looking for a function in the class. After some reading, I found that SSH2 needs to be installed from PECL ( http://php.net/man...
Otalgia asked 17/4, 2018 at 19:58

1

I'm having difficulties to upload a file from buffer via ssh2-sftp-client (https://www.npmjs.com/package/ssh2-sftp-client) I'm using Multer for uploading files, then I'm just targeting req.file.bu...
Silt asked 28/3, 2018 at 2:10

5

Solved

My java program uses ssh/sftp for transferring files into linux machines (obviously...), and my library for doing so is JSch (though it's not to blame). Now, some of these linux machines, have she...
Sawmill asked 1/2, 2015 at 13:28
1

© 2022 - 2024 — McMap. All rights reserved.