InetFtpSendFile method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpSendFile (BSTR pszLocal, BSTR pszRemote, long uSendAs);

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Sends a file on the local system to the FTP server for storage.

If the file specified in pszRemote already exists, this method will fail.

See Also

Elements:

InetFtpGetFile method, InetFtpRenameFile method, InetFtpDeleteFile method

Topics:

Working with FTP: File Manipulation and Sending Bitmaps Over an FTP Connection