Christoph Fiehe

Results 25 comments of Christoph Fiehe

The problem is caused by an invalid version declared in the manifest files of `org.ow2.asm:asm-commons:6.0_ALPHA ` and `org.ow2.asm:asm-tree:6.0_ALPHA `. The minor version in the `Import-Package` statement of both bundles is...

I have created a pull request that should fix the issue described here. The main problem is, that fields, which are unset, are compared with the target state, which does...

Hi @Castaglia, I think, I am facing the same issue that was reported by @bdimitrovITGix. The test setup consists of one client and one server machine in the same local...

I did some performance tests on a share mounted at `/mnt/test` via SSHFS from a system that runs `ProFTPD v1.3.9rc2-22-g658233910` and `OpenSSH_8.9p1`. The mount command was the following: ``` sshfs...

@a270443177 Thanks for the hint. I have modified the test case and used added the options `-o Compression=no -o [email protected] -B 204800`. It is getting better, but OpenSSH is still...

That is awesome. Thank you very much @Castaglia. I did some testing. The handshake succeeds and I can login, but the upload fails with `Outbound message too long 523301`: ```...

Ah, ok. Those if conditions are not nice, but actually the only chance to work around the issue. Fortunately, it has been fixed on client side. We use Ubuntu 22.04...

Hi @Castaglia. Pretty cool. I did a quick test with the sftp client and build ProFTPD based on your workaround `sftp-limits-ext-compat-issue1288`. It is working. Great job 👏! Thank you very...

There seems to be some kind of adaption in the SFTP client when talking with the OpenSSH server. The magic seems to happen here https://github.com/openssh/openssh-portable/blob/00e63688920905e326d8667cb47f17a156b6dc8f/channels.c#L3660, but I am not sure....

Maybe the trigger is `rwindow 0`. ProFTPD sets it to `4294967295`. ``` ProFTPD: debug2: channel 0: open confirm rwindow 4294967295 rmax 32768 debug3: receive packet: type 99 debug2: channel_input_status_confirm: type...