curl-library
Re: curllib and SFTP
From: Gisle Vanem <gvanem_at_yahoo.no>
Date: Wed, 24 Feb 2016 16:36:31 +0100
Date: Wed, 24 Feb 2016 16:36:31 +0100
Jeanne Vural wrote:
> From the SQR Report I invoke
> 'c:\windows\system32\cmd.exe cmd.exe /c cd /d c:\OpenSSL-Win64\bin&curl ' to run curl using their call system method.
This doesn't seems correct. Try:
c:\windows\system32\cmd.exe /c "cd /d c:\OpenSSL-Win64\bin && curl .. whatever"
Or put everything in a .bat-file and feed that to cmd.
-- --gv ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2016-02-24