Download from FTP to memory
- Jac de Lad
- Enthusiast
- Posts: 106
- Joined: Wed Jul 15, 2020 7:10 am
- Contact:
Download from FTP to memory
Is there an inbuilt function to download from FTP to memory instead of a file (and vice versa)? If not, is there any special reason why not?
Re: Download from FTP to memory
Write it to the FeatureRequest/Wishlist.
Unfortunately it is not done with curl, so it is not possible to use libcurl.pbi.
Unfortunately it is not done with curl, so it is not possible to use libcurl.pbi.
- Jac de Lad
- Enthusiast
- Posts: 106
- Joined: Wed Jul 15, 2020 7:10 am
- Contact:
Re: Download from FTP to memory
Thanks infratec.
I could use Windows API, but built-in is always better.
I could use Windows API, but built-in is always better.
Re: Download from FTP to memory
Hello Jac. Are the files accessible with the http protocol ?
➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti
Sorry for my bad english and the Dunning–Kruger effect
- Jac de Lad
- Enthusiast
- Posts: 106
- Joined: Wed Jul 15, 2020 7:10 am
- Contact:
Re: Download from FTP to memory
Hello falsam,
yes they are. And I know about HttpRequest and such, but I also need to re-upload stuff. Working with memory buffers makes it a lot easier and I guess this shouldn't be too hard to implement since the file for upload and the data received from the FTP-server have to be transferred from memory anyway.
yes they are. And I know about HttpRequest and such, but I also need to re-upload stuff. Working with memory buffers makes it a lot easier and I guess this shouldn't be too hard to implement since the file for upload and the data received from the FTP-server have to be transferred from memory anyway.