Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't use multiple user with config json file #1254

Open
RilusMahmud opened this issue Feb 6, 2024 · 0 comments
Open

couldn't use multiple user with config json file #1254

RilusMahmud opened this issue Feb 6, 2024 · 0 comments

Comments

@RilusMahmud
Copy link

I'm using this with docker and updated config file for multiple users,
but it seems the first user can connect but the rest users couldn't connect.
can anyone help me with this, or just tell me what am I doing wrong?

Here is the config file,

{
  "version": 1,
  "passive_transfer_port_range": {
    "start": 2122,
    "end": 2130
  },
  "accesses": [
    {
      "user": "rilus",
      "pass": "@rilus",
      "fs": "os",
      "params": {
        "basePath": "/tmp"
      }
    },
    {
      "user": "rafi",
      "pass": "@rafi",
      "fs": "os",
      "params": {
        "basePath": "/tmp"
      }
    },
    {
      "user": "sakib",
      "pass": "@sakib",
      "fs": "os",
      "params": {
        "basePath": "/tmp"
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant