Nicola Murino

Results 276 comments of Nicola Murino

@aashakabra please avoid mentioning people directly. I understand the issue is urgent for you but you are using open source software for free, you can't expect help as if we...

Hello, I think the autocomplete="one-time-code" attribute is not useful for codes generated by authentication apps like Microsoft Authenticator or Google Authenticator. It only works when the code is sent via...

With Go 1.24 [os.Root](https://pkg.go.dev/os@master#Root) may help.

Hello, please provide more info about your setup, do you have something like `https:///web/client/pubshares/..` internally and `https:////pubshares/..` externally? The host is what you see in the browser location so as...

Hi, I just tested using lftp installed locally instead of in Docker and I cannot replicate ``` $ lftp -p 2121 127.0.0.1 lftp 127.0.0.1:~> set ssl:verify no lftp 127.0.0.1:~> user...

@ale-rinaldi I'm not sure, in SFTPGo I don't use afero but a custom implementation. I'll try to find some time to test using afero with your reproducer but it might...

hmm weird, I should try harder to replicate the problem against SFTPGo too. Does it happen with other clients or is it specific to lftp?

I can't reproduce even with ftpserver: ``` level=debug component=server clientId=1 clientIp=127.0.0.1:58818 event="Client connected" level=info component=driver clientId=1 remoteAddr=127.0.0.1:58818 nbClients=1 event="Client connected" level=debug component=server clientId=1 writtenBytes=5 event="Stream copy finished" level=debug component=server clientId=1...

@FiloSottile thank you. Here is the updated proposal ``` // UnknownKeyError can be returned from [HostKeyCallback] implementations when // they receive an unknow key to inform about supported key formats....