Error when trying to connect to a server in PHPStorm
已回答
Hello,
When trying to connect to my Azure webapp via FTP in phpstorm I get the following error:
Does anybody know what this is and how I can solve this?
Thanks in advance, Thomas
Connection to 'ftps://waws-prod-dm1-039.ftp.azurewebsites.windows.net' failed.
Port number is missing from URI "ftp://ftps://waws-prod-dm1-039.ftp.azurewebsites.windows.net:21/".
请先登录再写评论。
Hi there,
Please show how you have configured your Deployment entry.
Right now it look like you have entered ftps:// in a wrong place (e.g. host field where domain or IP only is expected) while connecting via plain FTP
Your right, I have entered the same URL without the ftps:// in front of it and it connected!
Thanks anyway for your response.
Regards Thomas