Nicola Murino
Nicola Murino
Hi all, I'm really happy with how SFTPGo is evolving and I enjoy working on it, but as the user base grows, maintaining and evolving it becomes more and more...
added legacyRealPathFileLister for backward compatibility Fixes #512
Hi, OpenSSH resolves symlinks for `SSH_FXP_REALPATH` calls (without failing if the symlink is broken), see [here](https://github.com/openssh/openssh-portable/blob/master/sftp-realpath.c#L51). We simply return a cleaned path without resolving any symbolic links. This is what...
I just fixed restic (https://restic.net/) compatibility with sftpgo in this commit https://github.com/drakkan/sftpgo/commit/5be1d1be699cd0cbe97218a42d1b011197df900f#diff-4ab88e083a7cb08083127ded5444ac8eR340 the problem is that pkg/sftp does not send the exit-status. Maybe you could be interested to send the...
Please add support for tensorflow 2.x, thanks!
**Describe the bug** When you create a new connection and leave the path empty the default value is `~` and this result in sending an ssh `exec` command to the...
Hi, I'm the author of the SFTP Server SFTPGo (https://github.com/drakkan/sftpgo). Recently some users asked for a portable mode, in SFTPGo, that allows to easily share files between pc and mobile...
please take a look at this server method implementation: ``` TNS0__ListResponseElement resp; QList l; resp.setResult(l); return resp; ``` if no element is setted in the list a zero byte response...
Trying to generate code using this wsdl: http://www.axis.com/vapix/ws/event1/EventService.wsdl give the following error: ``` kdwsdl2cpp -o wsdl_axiseventservice.h EventService.wsdl importing schema at http://docs.oasis-open.org/wsn/t-1.xsd Downloading 'http://docs.oasis-open.org/wsn/t-1.xsd' Download successful importing schema at http://docs.oasis-open.org/wsn/b-2.xsd Downloading...
This is a rebase of the following PR https://github.com/golang/crypto/pull/197 with some changes and improvements: - added support for client certificate authentication - removed read loop from server handshake - adapted...