Oxygen Basic
Programming => Problems & Solutions => Topic started 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
-
Check out the cURL library.
-
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()
-
My suggestion was libcurl not the console version.