FileZilla Pro Cannot connect to private swift

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Locked
Message
Author
eviljan
500 Command not understood
Posts: 4
Joined: 2020-08-24 08:27
First name: Geoff
Last name: Trinh

FileZilla Pro Cannot connect to private swift

#1 Post by eviljan » 2020-08-24 08:39

Hi, I'm trying to connect to private swift and continuing getting 400 code. Inspecting the POST body, there is no field for domain
However, there is no option to config Domain on the configuration.

Code: Select all

	{
		"auth":{
		"identity":{
			"methods":[
				"password"
			],
			"password":{
				"user":{
					"name":"username",
					"password":"password"
				}
			}
		},
		"scope":{
			"project":{
				"name":"name"
			}
		}
	}

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla Pro Cannot connect to private swift

#2 Post by botg » 2020-08-25 07:54

This is a known issue, it will be fixed in the next version of FileZilla Pro.

Please use our dedicated FileZilla Pro customer forums in the future: https://customerforum.filezilla-project.org/

eviljan
500 Command not understood
Posts: 4
Joined: 2020-08-24 08:27
First name: Geoff
Last name: Trinh

Re: FileZilla Pro Cannot connect to private swift

#3 Post by eviljan » 2020-08-26 08:38

thanks for the response. when can i expect the fixed version released?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla Pro Cannot connect to private swift

#4 Post by botg » 2020-08-26 17:22

Likely next week.

eviljan
500 Command not understood
Posts: 4
Joined: 2020-08-24 08:27
First name: Geoff
Last name: Trinh

Re: FileZilla Pro Cannot connect to private swift

#5 Post by eviljan » 2020-09-07 08:51

downloaded the lastest version, and still cannot connect

working json authen

Code: Select all

{
	"auth":{
	"identity":{
		"methods":[
			"password"
		],
		"password":{
			"user":{
				"password":"password",
				"name":"username",
				"domain":{
					"name":"Default"
				}
			}
		}
	},
	"scope":{
		"project":{
			"name":"projectname",
			"domain":{
				"name":"Default"
			}
		}
	}
	}
}
FileZilla Pro authen json missing domain in "scope"

Code: Select all

{
	"auth":{
		"identity":{
			"methods":[
				"password"
			],
			"password":{
				"user":{
					"name":"username",
					"password":"password",
					"domain":{
						"name":"Default"
					}
				}
			}
		},
		"scope":{
			"project":{
				"name":"projectname"
			}
		}
	}
}

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: FileZilla Pro Cannot connect to private swift

#6 Post by boco » 2020-09-07 13:09

botg wrote:
2020-08-25 07:54
Please use our dedicated FileZilla Pro customer forums in the future: https://customerforum.filezilla-project.org/
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Locked