liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

Add "overwrite newer?" option #848

Open geoffmyers opened 3 years ago

geoffmyers commented 3 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I'm afraid of overwriting a file on the server that has a newer date modified than the local file. I don't want to accidentally overwrite a newer file with an older one.

Describe the solution you'd like A clear and concise description of what you want to happen.

Add the following user options:

  1. Always overwrite (do not prompt)
  2. Ask to overwrite (prompt user)
  3. Never overwrite (return error or skip)

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

None.

Does this project help you?

marcusdiy commented 3 years ago

Yes, useful indeed.

hirosy commented 3 years ago

​I really want this feature.