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

Uploading lager data file FAIL(37M) #417

Open
mikev4 opened this issue Feb 29, 2024 · 1 comment
Open

Uploading lager data file FAIL(37M) #417

mikev4 opened this issue Feb 29, 2024 · 1 comment
Labels
bug Something isn't working waiting Waiting for confirmation, more information, ...

Comments

@mikev4
Copy link

mikev4 commented Feb 29, 2024

I successfully uploaded directly to the codeserver, but after connecting remotely using sshfs, the upload failed.

image

1709185588468

I tried to upload a small file(3M) and it turned out to be successful
image

I am not sure if there is an issue with the configuration of sshfs. Could you please give me some advice?

@mikev4 mikev4 changed the title Uploading lager data file (37M) Uploading lager data file FAIL(37M) Feb 29, 2024
@SchoofsKelvin
Copy link
Owner

This issue would be easier to solve with debug logs, so please follow these steps:

  • Add DEBUG_SSH2 to the sshfs.flags array in VS Code's User Settings (settings.json)
    e.g. "sshfs.flags": ["DEBUG_SSH2"]
    • See this issue for more information about adding flags
  • If you already have a connection open, close it completely (or even reload the window)
  • Go to Output > SSH FS and copy the log from there after replicating your bug
  • While it should censor passwords/passphrases, I recommend checking it for (other) sensitive data first.
    (especially since DEBUG_SSH2 activates some internal logging, which is less likely to be censored)

@SchoofsKelvin SchoofsKelvin added bug Something isn't working waiting Waiting for confirmation, more information, ... labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting Waiting for confirmation, more information, ...
Projects
None yet
Development

No branches or pull requests

2 participants