pejmanp 0 Posted May 12, 2019 Hello. I want to download a file from a https server but Tmultipartdownloader throws an error code 3 I appreciate if someone could help me that how can I download from https server with this component Share this post Link to post
FPiette 383 Posted May 12, 2019 Please be more specific about the error and where it occurs. You should run your program Under the debugger if the error is an exception. Share this post Link to post
pejmanp 0 Posted May 12, 2019 (edited) I compile multipartdownload sample code - when I download a file from server with ssl - it does not download and says errorcode = 3 Edited May 12, 2019 by pejmanp Share this post Link to post
Angus Robertson 574 Posted May 13, 2019 The TMultipartFtpDownloader component does not support SSL, it uses TFtpClient instead of TSslFtpClient. Angus Share this post Link to post