vscode-sftp | Super fast sftp/ftp extension for VS Code

 by   liximomo TypeScript Version: v1.0.0 License: MIT

kandi X-RAY | vscode-sftp Summary

kandi X-RAY | vscode-sftp Summary

vscode-sftp is a TypeScript library typically used in Plugin, Visual Studio Code applications. vscode-sftp has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

Super fast sftp/ftp extension for VS Code
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              vscode-sftp has a medium active ecosystem.
              It has 1477 star(s) with 233 fork(s). There are 29 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 377 open issues and 570 have been closed. On average issues are closed in 113 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of vscode-sftp is v1.0.0

            kandi-Quality Quality

              vscode-sftp has 0 bugs and 0 code smells.

            kandi-Security Security

              vscode-sftp has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              vscode-sftp code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              vscode-sftp is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              vscode-sftp releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vscode-sftp
            Get all kandi verified functions for this library.

            vscode-sftp Key Features

            No Key Features are available at this moment for vscode-sftp.

            vscode-sftp Examples and Code Snippets

            No Code Snippets are available at this moment for vscode-sftp.

            Community Discussions

            Trending Discussions on vscode-sftp

            QUESTION

            Error: No such file (sftp liximomo extension)
            Asked 2021-Jun-04 at 09:50

            I have this problem when I upload a file on the server using the extension liximomo/vscode-sftp for visual studio code.

            ...

            ANSWER

            Answered 2021-May-13 at 21:04

            This is apparently a brand new problem that has been introduced into the newer versions of VS Code. I have FOUND A SOLUTION that seems to work well, by modifying a single line in the extension code. This is only valid for version 1.12.9 of the liximomo.sftp extension.

            Here are the steps:

            1. Shutdown / Quit VS Code.
            2. Locate the following file:
              Mac OS X:
              ~/.vscode/extensions/liximomo.sftp-1.12.9/node_modules/ssh2-streams/lib/sftp.js

              Windows:
              C:\Users\account_name\.vscode\extensions\liximomo.sftp-1.12.9\node_modules\ssh2-streams\lib\sftp.js
            3. Make a backup copy of the file.
            4. Modify line 388, which should be:
              if ( code === STATUS_CODE . OK ) { changing it to:
              if (code === STATUS_CODE.OK || code === STATUS_CODE.NO_SUCH_FILE) {
            5. Save the file.
            6. Relaunch VS Code; test by uploading or downloading from your sftp server. The error should not be present.

            The alternative solution involves downgrading your version of VS Code. This is not desirable as you are not getting the latest fixes, security patches, etc..

            See the following links regarding this issue:

            If you want to downgrade your VS Code; use this link to find the older versions:

            https://code.visualstudio.com/updates/v1_55

            CREDIT:
            Bao from: https://blog.naver.com/PostView.nhn?blogId=pcgun70&logNo=222341271496
            From their blog entry (translated by Google to English):

            "At first, there was no solution, but Now, 12 hours later, the Holy One appeared, who told me how to solve it.files that sftp cannot find in the first place. There is a calling phrase, VScode is upgraded and an error is called. It came out. Actually, I did not solve the problem. Even if the file is not found, the same result as the success process is exported. It is just a modification. It is expected that a modified version will be released in the future."

            Source https://stackoverflow.com/questions/67506693

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install vscode-sftp

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/liximomo/vscode-sftp.git

          • CLI

            gh repo clone liximomo/vscode-sftp

          • sshUrl

            git@github.com:liximomo/vscode-sftp.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular TypeScript Libraries

            developer-roadmap

            by kamranahmedse

            vscode

            by microsoft

            angular

            by angular

            TypeScript

            by microsoft

            ant-design

            by ant-design

            Try Top Libraries by liximomo

            vue-function-api

            by liximomoJavaScript

            lazy-compile-webpack-plugin

            by liximomoJavaScript

            vscode-remote-fs

            by liximomoTypeScript

            vue-composition-api-tsx-example

            by liximomoTypeScript

            react-virtual-scroller

            by liximomoJavaScript