I have an FPC/Lazarus application that interfaces to a website in order to update user logins and customer accessible files etc. It is written 10+ years ago and uses Indy to connect through ftp to the server and read/write files.
Now I need to update it to get it to work with sftp since the webhost is ending use of plain ftp (for security reasons). And Indy does not support the sftp protocol apparently. It has been suggested that FreePascal supports curl through an included libcurl package and I want to know if that could be used... And I don't know how to actually use libcurl... So is there some example somewhere on how to actually do that? My application is used by our production and support people... TIA -- Bo Berglund Developer in Sweden _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
