Jump to content
pejmanp

how to download file from https server by tmultiparddownloader

Recommended Posts

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

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

I compile multipartdownload sample code - when I download a file from server with ssl - it does not download and says  errorcode = 3 

Edited by pejmanp

Share this post


Link to post

The TMultipartFtpDownloader component does not support SSL, it uses TFtpClient instead of TSslFtpClient. 

 

Angus

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×