06-22-2010, 06:10 AM
Maybe it is this?
http://support.microsoft.com/kb/934376
In wininet documentation I see 3 functions that can be used to put file to ftp.
1. FtpPutFile. It is used by Ftp.FilePut. The local file must exist; cannot send just data.
2. FtpCommand/InternetWriteFile. It is used by Ftp.Cmd.
3. FtpOpenFile/InternetWriteFile.
http://support.microsoft.com/kb/934376
Quote:Is there any other way to pass data to a file on an ftp without having to first save data to a file and then upload that file?
In wininet documentation I see 3 functions that can be used to put file to ftp.
1. FtpPutFile. It is used by Ftp.FilePut. The local file must exist; cannot send just data.
2. FtpCommand/InternetWriteFile. It is used by Ftp.Cmd.
3. FtpOpenFile/InternetWriteFile.
