Discussion:
WinInet + FTP + How to Append file
(too old to reply)
Vladimir Iahnenco
2006-11-02 17:26:12 UTC
Permalink
Hi All,
I need to append to a ftp file using WinInet functions.
FtpOpenFile() + InternetWriteFile() alsways overwrite existing file.

Thanks in advance,

Vladimir
Vladimir Scherbina
2006-11-01 15:04:24 UTC
Permalink
Hello Vladimir :)

WinInet does not provide direct API that allows you to do that, but you can
send APPEND command via FtpCommand function and parse the reply by hands.
Should work.
--
Vladimir
Post by Vladimir Iahnenco
Hi All,
I need to append to a ftp file using WinInet functions.
FtpOpenFile() + InternetWriteFile() alsways overwrite existing file.
Thanks in advance,
Vladimir
Loading...