It is not possible to declare valid URI like "ftp://someone@someserver.com?password=secret", because the tooling requires to fill Directory.
Hostname is a good candidate for being required instead. If it is not filled then this URI is used by runtime "ftp://someone@null?password=secret", which is invalid.
|