liximomo / vscode-sftp

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

Upload and Download not working with Context. #753

Open apurbajnu opened 4 years ago

apurbajnu commented 4 years ago

Without context, everything is working fine. If I set Context then "no such file". I have tried many different way. OS: mac. { "name": "destiny.com", "password": "password", "host": "someip", "protocol": "sftp", "context": "wp-content/themes/destinyflg", "port": 22, "username": "username", "remotePath": "/public_html", "uploadOnSave": true }