Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • W wget2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 150
    • Issues 150
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Wget
  • wget2
  • Issues
  • #410
Closed
Open
Created Oct 23, 2018 by Tim Rühsen@rockdaboot🛠Owner

-N//--timestamping: Use xattr infos (if available)

When a download with -N is interrupted, the incomplete file won't have the correct timestamp. Then, when continuing with -N and --if-modified-since on (that is the default), we send this wrong (newer) timestamp and the download won't be continued.

To avoid this, either use --no-if-modified-since (to be documented !) or take advantage of the xattr feature (where we have to store the timestamp of the file at the moment we open it).

Assignee
Assign to
Time tracking