APL for libcurl.dll (cURL) oder WinSCPnet.dll??
APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Hello,
I am looking for an APL implementation of LIBCURL.dll or WinSCPnet.dll to be able to upload and download files from and to an SFTP/FTP server. In the moment I am using WinSCP for this but I would like to implement the functionality directly in my program without using WinSCP as an external program.
As cURL is part of Windows 10 it would be a great help to have such an APL available. As I am not so familiar with C programming I have problems to setup the external functions in TD for libcurl.
But maybe somebody already has created such an APL or can help to build it.
Many thanks in advance
Frank
I am looking for an APL implementation of LIBCURL.dll or WinSCPnet.dll to be able to upload and download files from and to an SFTP/FTP server. In the moment I am using WinSCP for this but I would like to implement the functionality directly in my program without using WinSCP as an external program.
As cURL is part of Windows 10 it would be a great help to have such an APL available. As I am not so familiar with C programming I have problems to setup the external functions in TD for libcurl.
But maybe somebody already has created such an APL or can help to build it.
Many thanks in advance
Frank
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Maybe you will have a look at wodSFTP.
You do not have the required permissions to view the files attached to this post.
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Yes, I have already seen this. But I am not willing to pay 200 $ for such a component as I only need this functionality in a small application used by my wife. So I am wondering why there is no APL for cURL available as cURL is part of Windows 10.
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
I'm using Chilkat software. But it's also about 200 EUR. But has a lot of functions beside SFTP (Mail, Zip, Security Features, Encrypt, ....)
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Hi Ewald,
I have also seen this one. Bur for my application I only need the functionality to send/delete files to/from a SFTP server. That's all. At the moment I have a working solution by using WinSCP as an external program but I would like to integrate the functionality into my application.
I have also seen this one. Bur for my application I only need the functionality to send/delete files to/from a SFTP server. That's all. At the moment I have a working solution by using WinSCP as an external program but I would like to integrate the functionality into my application.
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Hi Frank,
I saw that WinSCP has a .NET-interface. I never used this tool - but other .NET libraries:
If you use TeamDeveloper 7 and up (maybe also 6 and up) you can use the .NET wizard to create an .apl.
Not all .NET features can be used in TD (e.g. if there are generics like List<string>, callback-functions or so)
- so maybe you have bad luck when the WinSCP uses this.
But most things worked for me when using .NET-Libraries in TD.
Regards Thomas
I saw that WinSCP has a .NET-interface. I never used this tool - but other .NET libraries:
If you use TeamDeveloper 7 and up (maybe also 6 and up) you can use the .NET wizard to create an .apl.
Not all .NET features can be used in TD (e.g. if there are generics like List<string>, callback-functions or so)
- so maybe you have bad luck when the WinSCP uses this.
But most things worked for me when using .NET-Libraries in TD.
Regards Thomas
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Hi,
tonight I had a little bit of time
.
Attached is a ZIP with a .NET APL for WinSCP and a very small example receiving a file with mode 'ftp'.
Made with TD 7.1.2 x64.
I hope it helps.
Greetings
Henning
tonight I had a little bit of time

Attached is a ZIP with a .NET APL for WinSCP and a very small example receiving a file with mode 'ftp'.
Made with TD 7.1.2 x64.
I hope it helps.
Greetings
Henning
You do not have the required permissions to view the files attached to this post.
Re: APL for libcurl.dll (cURL) oder WinSCPnet.dll??
Hi Henning,
many thanks for that. I will have a look in it and let you know if it will help me.
Frank
many thanks for that. I will have a look in it and let you know if it will help me.
Frank
Who is online
Users browsing this forum: No registered users and 0 guests