cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: The FTP problem that turns out to be SFTP

From: Guenter <lists_at_gknw.net>
Date: Sun, 08 Jan 2012 13:53:31 +0100

Am 08.01.2012 13:30, schrieb Guenter:
> Another way without writing a batchfile would be if you just append the
> @echo with an ampersand:
> curl -s -k -v -u mlam: --key C:\temp2\keys\id_rsa --pubkey
> C:\temp2\keys\id_rsa.pub -T c:\temp2\test4.txt
> sftp://sfcadevftp01/sftp_file_drop & @echo Errorlevel: %ERROR
whoops, I copied your's which was somehow truncated; should be:
curl -s -k -v -u mlam: --key C:\temp2\keys\id_rsa --pubkey
C:\temp2\keys\id_rsa.pub -T c:\temp2\test4.txt
sftp://sfcadevftp01/sftp_file_drop & @echo Errorlevel: %ERRORLEVEL%

Günter.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-01-08