Author Topic: Looking for an FTP upload program  (Read 1134 times)

0 Members and 1 Guest are viewing this topic.

chrisc

  • Guest
Looking for an FTP upload program
« 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

JRS

  • Guest
Re: Looking for an FTP upload program
« Reply #1 on: April 23, 2018, 08:03:29 AM »
Check out the cURL library.

chrisc

  • Guest
Re: Looking for an FTP upload program
« Reply #2 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()

JRS

  • Guest
Re: Looking for an FTP upload program
« Reply #3 on: April 23, 2018, 01:01:33 PM »
My suggestion was libcurl not the console version.