Cause
After the extension is successfully installed, the file upload prompt error: no such file
but the code has actually been uploaded successfully**
Solution:
Open ~ /.Vscode/extensions/liximomo.sftp-1.12.9/node_modules/ssh2streams/lib/sftp.js
search
options.emitClose= false;
Add under each search term
options.autoDestroy = false;
Remember to restart vscode for the changes to take effect.
Code screenshot
Read More:
- [Solved] GBase 8a MPP Database sftp Loading Large File Error
- VSCode Unable to find custom header file directory: fatal error: no such file or directory
- [Solved] VScode Run C++ File Error: fatal error:opencv2\core.hpp:No such file or diretory
- [Solved] Latex&VScode Error: I found no bibdata command//command//citation—while reading file*.aux
- VScode jsconfig.json files First Line error for no reasons
- [Solved] VScode Error: PS D:\vscode> cd “d:\vscode\“ ; if ($?) { g++ tempCodeRunnerFile.cpp -o tempCodeRunn
- [Solved] VScode powershell Run ts-node Error: Unable to load file xxxx…
- [Solved] Vscode error: Unable to resolve resource walkThrough://vscode_getting_started_page
- Vscode pylint reported an error of “no member”, but it is running normally
- SLAMBook2 in ch3 code run fatal error: Eigen/Core: No such file or directory
- There is no error when compiling and packaging the IDEA code, but the code displays an error
- Mac Vscode C++ Customize Header File Error: linker command failed
- C++ Primer Program in VsCode error: no match for call to ‘(std::__cxx11::string…)
- error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
- [Solved] import mxnet Error: OSError: libcudart.so.8.0: cannot open shared object file: No such file or directory
- [Solved] Vue.js error: Module build failed: Error: No parser and no file path given, couldn’t infer a parser.
- [Solved] import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- [Solved] ERROR: Could not open requirements file: [Errno 2] No such file or directory : ‘requirments.txt‘
- ./popins2: error while loading shared libraries: libbifrost.so: cannot open shared object file: No such file or directory
- [Solved] MSYS2+ fatal error: zlib.h: There is no such file or directory