[GitHub] [mina-sshd] tomaswolf commented on issue #363: queries related to Apache MINA

2023-04-18 Thread via GitHub


tomaswolf commented on issue #363:
URL: https://github.com/apache/mina-sshd/issues/363#issuecomment-1514168365

   1. No. It also exists only since SFTP v4 (SSH_FXF_TEXT_MODE attribute). See 
also https://stackoverflow.com/a/33504576 .
   2. See 
https://github.com/apache/mina-sshd/blob/master/docs/sftp.md#version-selection-via-sftpversionselector
 .


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] akrattan opened a new issue, #363: queries related to Apache MINA

2023-04-18 Thread via GitHub


akrattan opened a new issue, #363:
URL: https://github.com/apache/mina-sshd/issues/363

   ### Description
   
   1.   SFTP ASCII transfer mode is supported in Apache MINA ?
   2.   What are the SSH File Transfer Protocol versions supported in Apache 
MINA. 
   
   
   ### Motivation
   
   1.   SFTP ASCII transfer mode is supported in Apache MINA ?
   2.   What are the SSH File Transfer Protocol versions supported in Apache 
MINA. 
   
   
   ### Alternatives considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] tomaswolf merged pull request #361: Bump spring-core from 5.3.26 to 5.3.27

2023-04-18 Thread via GitHub


tomaswolf merged PR #361:
URL: https://github.com/apache/mina-sshd/pull/361


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] tomaswolf commented on pull request #343: Simplify maven-bundle-plugin configuration

2023-04-18 Thread via GitHub


tomaswolf commented on PR #343:
URL: https://github.com/apache/mina-sshd/pull/343#issuecomment-1513635500

   > Is there any remaining issue/PR to look at ?
   
   @gnodet: none except your own #362, which I think should also go in that 
release. (But it has to pass the CI build first. Looks like there's still some 
work needed in the tests. Plus it should be mentioned in CHANGES.md when it 
goes in.)
   
   Otherwise I think we're good to go.
   
   There's also the closed issue #294, which perhaps wasn't quite fixed by  PR 
#295 according to comments, but for which I have no reproducer. It's about a 
memory leak involving ThreadLocals in SftpFileSystemProvider, which might be 
your area of expertise :-).
   


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-ftpserver] elecharny commented on issue #25: Apache FTPServer adapt to Apache MINA 2.2.x

2023-04-18 Thread via GitHub


elecharny commented on issue #25:
URL: https://github.com/apache/mina-ftpserver/issues/25#issuecomment-1513131157

   I understand :-)
   
   OTOH, it can be funny and a good learning experience for someone starting to 
learn Java! And remember we all were beginners at some point in the past, so 
one shoulmd not feel ashamed or scared to do mistakes. We all do a LOT even 
after 2 decades of Java ! 


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Resolved] (DIRMINA-1170) Will Apache MINA 2.1 and Apache MINA 2.2 evolve in dual branches?

2023-04-18 Thread Jonathan Valliere (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRMINA-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Valliere resolved DIRMINA-1170.

Resolution: Information Provided

> Will Apache MINA 2.1 and Apache MINA 2.2 evolve in dual branches?
> -
>
> Key: DIRMINA-1170
> URL: https://issues.apache.org/jira/browse/DIRMINA-1170
> Project: MINA
>  Issue Type: Wish
>Reporter: Radar wen
>Priority: Major
>
> Excuse me, I would like to ask whether Apache MINA 2.1 and 2.2 will be 
> dual-branch evolution in the future?
> In other words, if the 2.1 version has vulnerabilities in the future, will 
> the 2.1.x version be released to fix the vulnerabilities? Or just release 
> 2.2.x to fix the vulnerabilities?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-ftpserver] 07070529 commented on issue #25: Apache FTPServer adapt to Apache MINA 2.2.x

2023-04-18 Thread via GitHub


07070529 commented on issue #25:
URL: https://github.com/apache/mina-ftpserver/issues/25#issuecomment-1512927848

   Thank you for your reply and suggestions.
   I'd like to contribute to the open source community, but I'm just starting 
to learn Java.
   So, sorry, maybe I'm not able to support this work in the short term.


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] gnodet commented on pull request #343: Simplify maven-bundle-plugin configuration

2023-04-18 Thread via GitHub


gnodet commented on PR #343:
URL: https://github.com/apache/mina-sshd/pull/343#issuecomment-1512923050

   > I had seen that question in the other PR; was getting around to it :-)
   > 
   > We have no release plan; we release whenever we feel it's needed and our 
release manager has the time to do so.
   > 
   > Luckily we don't have a lot in the pipeline currently, and no blocker bugs.
   > 
   > If we want to have that new release used in Eclipse 2023-06, we should 
target a new Apache MINA sshd release for Eclipse 2023-06 M3 (2023-05-26). I'll 
need some time to prepare a JGit version using the new release. (First, I run 
the JGit SSH tests as part of my approval of an Apache MINA sshd release, and 
second, we'd want the new JGit in that Eclipse to use the new Apache MINA sshd 
release anyway.) I don't think I'll get to that before April 15. So a 
reasonable timeframe for a new Apache MINA sshd release would be "first half of 
May". That would give me a little time to get the JGit changes in before M3.
   > 
   > I suggest we go to version 2.10; there are some API changes.
   > 
   > @gnodet, would you be available beginning of May to do a new release?
   
   I'll try to do that next week.  Is there any remaining issue/PR to look at ?


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] gnodet opened a new pull request, #362: Fix rooted filesystem

2023-04-18 Thread via GitHub


gnodet opened a new pull request, #362:
URL: https://github.com/apache/mina-sshd/pull/362

   - More unix like
   - Symlinks improvements
   


-- 
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 comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org