Nicola Murino

Results 276 comments of Nicola Murino

> We are ready to do sponsorship with sftpgo and tell us about what will be the amont, please help us how to use webdav with multiple domain certificates. This...

Hi, I use something like [this](https://github.com/drakkan/sftpgo/blob/master/logger/logger.go#L112) to have aligned timestamps the result is this one: ``` {"level":"debug","time":"2020-06-30T11:00:31.082","sender":"dataprovider_sqlite","connection_id":"","message":"sqlite database handle created, connection string: \"file:sftpgo.db?cache=shared&_foreign_keys=1\""} {"level":"debug","time":"2020-06-30T11:00:31.083","sender":"dataprovider_sqlite","connection_id":"","message":"sql database is updated, current version: 4"}...

Hi, even if we fix this bug, I suggest to deprecate the server implementation (with a documentation note) and suggest to switch to the request server. We could also rewrote...

> Hi, > that's a server from one of our clients. > I can only provide the motd: SSH-2.0-mod_sftp/0.9.9 This is [ProFTPD](http://www.proftpd.org/docs/contrib/mod_sftp.html)

This looks like a great work, thank you

Maybe you could give a try to sftpgo https://github.com/drakkan/sftpgo you can log SFTP operations to journald and/or to a separate log file DISCLAIMER: I'm the author

Hi, I think the example sftp server only accepts/serves a single connection. This could be the issue. In your sample code I read: > Note: SFTP Go doesn't support O_RDWR...

@c4r3 the examples only handle a single connection, if you connect twice the second connection will not work. I guess this is the problem when you connect with CyberDuck (I've...

@puellanivis if you start the example server and you connect with FileZilla the connection will work and FileZilla will list the files. If you try to upload a file you...

Hi, #498 is included in v1.13.5