liximomo / vscode-sftp

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

why are remote and local the same? [info] [file-save] /Users/marley/Desktop/LF/header.php [10-27 12:04:44] [info] local ➞ remote /Users/marley/Desktop/LF/header.php #972

Open Marley-Nicolson opened 2 years ago

Marley-Nicolson commented 2 years ago

Do you read the FAQ?

Describe the bug A clear and concise description of what the bug is. when i save using FTP local uploads to local not remote. its seems to think the remote path is the same as local. I've tested my server details in sublime sftp and it works fine

To Reproduce Steps to reproduce the behavior:

  1. download extension
  2. configure sftp.json
  3. save a file
  4. it uploads to the same path as local

Expected behavior remote should be the remote path

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Extension Logs from Startup - required

  1. Open User Settings.

    • On Windows/Linux - File > Preferences > Settings
    • On macOS - Code > Preferences > Settings
  2. Set sftp.debug to true and reload vscode.
  3. Reproduce the problem, get the logs from View > Output > sftp.
nanna-dk commented 2 years ago

I have the same question...