SFTP
This commit is contained in:
12
.vscode/sftp.json
vendored
Normal file
12
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "PAAD",
|
||||||
|
"host": "paad.lci.ulsa.mx",
|
||||||
|
"protocol": "sftp",
|
||||||
|
"port": 22,
|
||||||
|
"username": "miniroot",
|
||||||
|
"remotePath": "/saa_dsk/www",
|
||||||
|
"uploadOnSave": false,
|
||||||
|
"useTempFile": false,
|
||||||
|
"openSsh": false,
|
||||||
|
"password": "T4nP0d3r0s1s1m0##"
|
||||||
|
}
|
||||||
@@ -344,7 +344,7 @@ const detalle = reactive({
|
|||||||
this.materia = resultado.materia;
|
this.materia = resultado.materia;
|
||||||
this.carrera = resultado.carrera;
|
this.carrera = resultado.carrera;
|
||||||
this.nivel = resultado.nivel;
|
this.nivel = resultado.nivel;
|
||||||
this.grupo = resultado.grupo;
|
this.horario_grupo = resultado.horario_grupo;
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
console.log('Error:', error)
|
console.log('Error:', error)
|
||||||
|
|||||||
Reference in New Issue
Block a user