Page 1 of 1

FTP upload/download from/to memory

Posted: Fri Jul 24, 2020 3:48 am
by Jac de Lad
I wish PureBasic had a two functions for upload and downloads from and to memory. I'm sure this could be implemented easily. I know I can use Windows API or third party DLLs, but the most convenient way would be a native implementation. Sind Files have to be loaded into memory anyway and downloads are out into memory this is surely fastly done.

Re: FTP upload/download from/to memory

Posted: Sat Jul 25, 2020 2:21 pm
by infratec
+1

I would also appreciate it if libcurl is used for all network stuff and all of it's protocolls.
(at least imaps, smtps, ldaps ...)

Re: FTP upload/download from/to memory

Posted: Sat Jul 25, 2020 3:59 pm
by Mijikai
infratec wrote:...
I would also appreciate it if libcurl is used for all network stuff and all of it's protocolls.
...
+1

Re: FTP upload/download from/to memory

Posted: Sat Aug 29, 2020 11:31 am
by infratec
An other example why this would be a good solution:

viewtopic.php?p=558969#p558969

The inbuild ftp solution does not work correct with MS FTP servers.
libcurl does.