[
https://issues.apache.org/jira/browse/SSHD-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833285#comment-17833285
]
dgü commented on SSHD-1339:
---------------------------
If I can pass password in the _Map_ argument, I will not have to pass passwords
in {_}URI{_}.
> Available keys,values in map to FileSystems.newFileSystem(URI,Map) ?
> --------------------------------------------------------------------
>
> Key: SSHD-1339
> URL: https://issues.apache.org/jira/browse/SSHD-1339
> Project: MINA SSHD
> Issue Type: Question
> Affects Versions: 2.9.1
> Reporter: dgü
> Priority: Major
>
> Hello!
> I create file systems as below:
> {code:java}
> URI uri = new URI("sftp://deneme:[email protected]:22");
> try (FileSystem fs = FileSystems.newFileSystem(uri,
> Collections.<String, Object>emptyMap())) {
> //...
> }{code}
> Which keys,values in map argument can be passed to
> _FileSystems.newFileSystem(...)_ above ?
> Thanks in advance...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]