edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
713 stars 110 forks source link

Problems wit SCP #71

Closed estebantcs closed 7 years ago

estebantcs commented 7 years ago

Hi a very new to FxLauncher i trying to run the gradle sample app but every time i run deploy task i recive this error:

FAILURE: Build failed with an exception.

Can u help me?

edvin commented 7 years ago

This means that you don't have scp installed :) It looks like you're on Windows, so you can try WinSCP. It needs to be in the path, so after you have installed it, double check that you can open a shell and write scp without issues.

https://winscp.net/eng/download.php

PS: We're working on including scp as a library in the plugin so you won't have to install it locally.

estebantcs commented 7 years ago

thanks

edvin commented 7 years ago

Did you get it working?

estebantcs commented 7 years ago

Yes i can deploy the app. But i have another problem. when the the app opens WinSCP to save the files in host WinSCP tries to connect to "C" server i dont know why. i have a Apache server running local for host the files and a Fillezille Server running to transfer the files . i dont know if this the best approach. can you help me?

edvin commented 7 years ago

Maybe you'll be better off with a command line scp client. I usually install gitbash, which includes the scp binary.