Skip to content

Commit 8468a85

Browse files
Фикс документации
1 parent e9a350d commit 8468a85

File tree

26 files changed

+31
-31
lines changed

26 files changed

+31
-31
lines changed

docs/en/md/SFTP/Common-methods/Get-connection-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ It is not recommended to use the connection configuration for multiple requests
119119
"port": 1080,
120120
"proxy_type": "socks5",
121121
"login": "proxyuser",
122-
"password": "12we3456!2154"
122+
"password": "***"
123123
}
124124
}
125125
```

docs/en/md/SSH/Common-methods/Get-connection-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ It is not recommended to use the connection configuration for multiple requests
119119
"port": 1080,
120120
"proxy_type": "socks5",
121121
"login": "proxyuser",
122-
"password": "12we3456!2154"
122+
"password": "***"
123123
}
124124
}
125125
```

docs/en/results/FTP/GetConnectionConfiguration (FTP).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"write_timeout": 120,
88
"advanced_resolve": true,
99
"login": "bayselonarrend",
10-
"password": "12we3456!2154"
10+
"password": "***"
1111
}
1212
}

docs/en/results/FTP/GetConnectionConfiguration (FTP, Socks5).log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"write_timeout": 120,
88
"advanced_resolve": true,
99
"login": "bayselonarrend",
10-
"password": "12we3456!2154"
10+
"password": "***"
1111
},
1212
"proxy": {
1313
"server": "host.docker.internal",
1414
"port": 1080,
1515
"proxy_type": "socks5",
1616
"login": "proxyuser",
17-
"password": "12we3456!2154"
17+
"password": "***"
1818
}
1919
}

docs/en/results/FTP/GetConnectionConfiguration (FTPS).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"write_timeout": 120,
88
"advanced_resolve": true,
99
"login": "bayselonarrend",
10-
"password": "12we3456!2154"
10+
"password": "***"
1111
},
1212
"tls": {
1313
"use_tls": true,

docs/en/results/FTP/GetConnectionConfiguration (FTPS, Socks5).log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"write_timeout": 120,
88
"advanced_resolve": true,
99
"login": "bayselonarrend",
10-
"password": "12we3456!2154"
10+
"password": "***"
1111
},
1212
"proxy": {
1313
"server": "host.docker.internal",
1414
"port": 1080,
1515
"proxy_type": "socks5",
1616
"login": "proxyuser",
17-
"password": "12we3456!2154"
17+
"password": "***"
1818
},
1919
"tls": {
2020
"use_tls": true,

docs/en/results/FTP/GetConnectionSettings (FTP).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"write_timeout": 120,
77
"advanced_resolve": true,
88
"login": "bayselonarrend",
9-
"password": "12we3456!2154"
9+
"password": "***"
1010
}

docs/en/results/FTP/GetConnectionSettings (FTP, Socks5).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"write_timeout": 120,
77
"advanced_resolve": true,
88
"login": "bayselonarrend",
9-
"password": "12we3456!2154"
9+
"password": "***"
1010
}

docs/en/results/FTP/GetConnectionSettings (FTPS).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"write_timeout": 120,
77
"advanced_resolve": true,
88
"login": "bayselonarrend",
9-
"password": "12we3456!2154"
9+
"password": "***"
1010
}

docs/en/results/FTP/GetConnectionSettings (FTPS, Socks5).log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"write_timeout": 120,
77
"advanced_resolve": true,
88
"login": "bayselonarrend",
9-
"password": "12we3456!2154"
9+
"password": "***"
1010
}

0 commit comments

Comments
 (0)