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

Connection Per Host is not working #47

Closed
cmandesign opened this issue Mar 26, 2019 · 2 comments
Closed

Connection Per Host is not working #47

cmandesign opened this issue Mar 26, 2019 · 2 comments

Comments

@cmandesign
Copy link

Dears,
First of all thanks for developing such a simple and reliable tool. Second, I want to know why the connection_per_host parameter is not working at all?
I've set the parameter to 10, but it only transfer 1 file simultaneously. I want to make it faster with multiple connections, what should i do now ?

ftp:
  host: 127.0.0.1
  port: 21
  username: test
  password:
  connections_per_host: 10
  timeout: 5
  disable_epsv: false
  tls:
    enable: false
    implicit: true
    insecure_skip_verify: false
  sources:
    - /Src

db:
  enable: true
  path: update.db

download:
  output: Dest\
  uid:
  gid:
  include:
  exclude:
  since: 0001-01-01T00:00:00Z
  retry: 3
  hide_skipped: false
  create_basedir: false
@crazy-max
Copy link
Owner

Hi @cmandesign, can you open a proper bug report please ? Thanks for your support!

@crazy-max
Copy link
Owner

Closed by #48

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

2 participants