Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-05-01 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2088762945 Thank you @tomaswolf for the fix. We verified with snapshot version. It works!! Any approximate date when will next release be? -- This is an automated message from

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2081158730 @learncourse2024 : please try the snapshot release from the [Apache Snapshots](https://repository.apache.org/content/repositories/snapshots) repository. It should be able to

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed issue #489: sshd-sftp - Not able to get files from windows server URL: https://github.com/apache/mina-sshd/issues/489 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-26 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2079523538 Thank you @tomaswolf for explaining it. Will there be any fix for this issue which will be worked on in MINA -- This is an automated message from the Apache Git

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-26 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2079135725 > ... its "longname" looks strange. I would have expected it to start with "-rw-rw-rw-", not with "-rw-rw-rw ". ... This was mentioned in a [SolarWinds

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2078224203 OK. Findings: 1. This server sends longname as `-rw-rw-rw 1 root root 1944 Apr 24 14:58 demo.csv` (just before offset 288) 2. This is then followed by flags

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2078113498 So here are the details which i found while debugging LongName - -rw-rw-rw 1 root root 1944 Apr 24 14:58 demo.csv ByteArrayBuffer[rpos=288, wpos=320,

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077649433 Possibly that SFTP server has a bug? It's a bit unclear what we could do. Probably the directory scanner should not return only directories and regular files but also do

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077389757 SolarWinds Sftp Server File transfer protocol = SFTP-3 Cryptographic protocol = SSH-2 SSH implementation = WeOnlyDo 2.5.5 Compression = No -- This is an

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077338195 Yes, if the server doesn't send any of these flags then the file type is unknown. What kind of SFTP server is this? -- This is an automated message from the Apache Git

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077247442 Its SFTP version 3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-24 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2075910029 Decimal 438 is octal 666 (hex 1B6) and thus reflects the rw-rw-rw- permissions correctly. But it looks as if the server does not return the file type flags. It's supposed to