liximomo / vscode-sftp

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

Upload failure #685

Open misode opened 5 years ago

misode commented 5 years ago

Do you read the FAQ?

Describe the bug Whenever I try to upload files to the sftp server, the spinner gets stuck on "local -> remote filename.txt". Downloading and viewing the remote tree works fine.

To Reproduce Steps to reproduce the behavior:

  1. Connect to an sftp server
  2. Run SFTP: Upload Active File in one of the files in your tree view
  3. Notice that the spinner doesn't go away and the file isn't uploaded

Expected behavior I expected the file to be uploaded to the server and the spinner to go away after.

Screenshots debug log

Config file

{
    "name": "***",
    "host": "***",
    "port": 2022,
    "protocol": "sftp",
    "username": "***",
    "remotePath": "/world/datapacks",
    "uploadOnSave": false
}

Desktop (please complete the following information):

Extension Logs from Startup: https://pastebin.com/ija9iKza