appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 66 forks source link

FTP deploy: Timed out trying to connect! #2202

Open SchreinerK opened 6 years ago

SchreinerK commented 6 years ago

Deployment failed frequently because FTP error "Timed out trying to connect!" I use the "Use alternative FTP library (beta)" option because the normal way has problems to create folders.

IlyaFinkelshteyn commented 6 years ago

Can you please send links to several of those filed builds? About 4-5 would be enough.

SchreinerK commented 6 years ago

https://ci.appveyor.com/project/KsWare/ksware-appveyorclient/build/0.2.49+20180323090453 https://ci.appveyor.com/project/KsWare/ksware-appveyorclient/build/0.2.50+20180323093116 https://ci.appveyor.com/project/KsWare/ksware-appveyorclient/build/0.2.51+20180323120958 some build builds was success and a failed again https://ci.appveyor.com/project/KsWare/ksware-appveyorclient/build/0.2.58+20180323162400

IlyaFinkelshteyn commented 6 years ago

@SchreinerK sorry for some delay. I see the problem. Can you try to switch to Environment deployment? Additional info is here and here. Environment deployments happen on another servers in Azure West US. So let us try it in hope it have better connection to your FTP server.

Downside of doing this is that Environment deployments are async and deployment failure will not make your build "red". This can be fixed with some scripting though.