I am building a desktop app using javafx. I need to download a file from FTP. I want before downloading the user should be prompted with the windows/mac explorer window to choose the download location. How can I achieve this in Javafx ??
I am downloading the file on the click of an button so I am using it inside my controller class.