Oxygen Basic

Programming => Problems & Solutions => Topic started by: chrisc on April 23, 2018, 06:23:24 AM

Title: Looking for an FTP upload program
Post by: chrisc on April 23, 2018, 06:23:24 AM
Hello all

i'm looking for an FTP upload program  ( written in O2) where i can upload a file to a remote server

if you have a sample program please list it here, appreciate all your help
Title: Re: Looking for an FTP upload program
Post by: JRS on April 23, 2018, 08:03:29 AM
Check out the cURL library.
Title: Re: Looking for an FTP upload program
Post by: chrisc on April 23, 2018, 12:55:19 PM
curl is not secure as we need to ShellExecuteEx it together with all its parameters like password and user id,
and that these parameters can be easily extracted and seen.

 i need something that are build inside a program code and uses winapi functions
 like internetConnect() and internetgetlastresponseinfo()
Title: Re: Looking for an FTP upload program
Post by: JRS on April 23, 2018, 01:01:33 PM
My suggestion was libcurl not the console version.