Monday, September 26, 2022

Remote Connection with cpanel using Vs code

Server remote connection is need when we want to develop our project from vs code.this will help use to continuous improvement our website. For live connection we can use SFTP or FTP-Simple extension. 

In this video I will show you how to simply connect with server from our vs code using ftp-simple extension. This is the simple step you can follow. I hope it will help you to connect your cpanel or server easily. This is the simple step everyone can implement their vs code to connect their cpanel or server.


[
    {
        "name": "",
        "host": "",
        "port": 21,
        "type": "ftp",
        "username": "",
        "password": "",
        "path": "/",
        "autosave": true,
        "confirm": true
    }
]



No comments:

Post a Comment

Thank you for your valuable time