I can successfully download a file from my ftp server using:
ftp.get(chosenFile,chosenFile);
Where chosenFile is simply a string with the name of the file.
However these are downloaded to the Debug folder of my Delphi project so...
1.) How can I specify where the files should be downloaded to. 2.) How can I make TOpenDialog automatically open to that location after downloading?