Video Gốc: Connect to FTP/SFTP Server using Visual Studio Code and SFTP Extention
#---------------------------------------------------------------------------#
.vscode / sftp.json
{
"name": "Laravel Server", // Tên Server hiển thị
"host": "laravel.cty.vn", // Domain
"protocol": "ftp",
"port": 21,
"username": "FTP@laravel.cty.vn", // username FTP
"password": "password FTP", // password FTP
"remotePath": "/", // Đường dẫn đến thư mục
"uploadOnSave": true // CTRL + S "cho lưu lên host"
}
Chuẩn không Cần chỉnh Luôn nè..........
{
"name": "localhost",
"host": "160.22.122.110",
"protocol": "ftp",
"port": 21,
"username": "username-host",
"password": "password-host",
"remotePath": "/",
"uploadOnSave": true, (Important)
"useTempFile": false,
"openSsh": false
}












Không có nhận xét nào:
Đăng nhận xét