Visual Studio Code sFtp olayı hostinge bağlanıp direk localde yazmış olduğun kodun hostinge kayıt edilmesi olayıdır vsc de uzantılar sekmesinden sftp yi indir
{
"name": "Ahmet Altun",
"host": "web sitesinin adı ",
"protocol": "ftp",
"port": 21,
"username": "ftp username",
"remotePath": "/",
"password": "ftp şifre",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}