Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W Waarp Gateway
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Applications
  • Waarp Gateway
  • Waarp Gateway
  • Issues
  • #311
Closed
Open
Issue created Mar 09, 2022 by Paolo Pantellini@paolo.pantelliniMaintainer

The SFTP client does not work with read-once servers

Some SFTP servers only allow a file to be read once. However, when the SFTP client downloads a file, it first sends a Stat command to the server to retrieve the file's information. That command causes conflicts with the server's one time read policy, which makes the transfer fail. This can be fixed by adding the UseConcurrentReads(false) when opening the session.

We might need to add an option in the protoConfig to enable that behavior, as it might have an impact on performance.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking