Open ghost opened 6 years ago
@Kamil93
You can only use the parameters, as described here. Parameters of other protocols do not work (e.g. debug
is not supported for ftp)!
Have you tried something like
{
"folders": [
{
"uri": "ftps://xyz:password@host/?secure=0",
"name": "temp"
}
],
"settings": {}
}
What do your logs say (<USER-HOME-DIR>/.vscode-remote-workspace/.logs
)?
Hi, same problem for me ;(
"folders": [
{
"uri": "sftp://tomas@url.com/home?debug=1&key=id_rsa",
"name": "My SFTP folder"
}
],
The logs are empty ... Any help is greatly appreciated. Thanks!
same issue here
Removing debug=1 fixed for me with SFTP thanks!
Tried with &legacy=1, not work too. Data I use to login, works for example in Filezilla. So it's not problem with my config I guess.
Basically it shows "Cannot resolve workspace folder"