InetFtpRenameFile method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpRenameFile(BSTR pszOld, BSTR pszNew);

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Renames a file stored on the FTP server.

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

See Also

Elements:

InetFtpGetFile method, InetFtpSendFile method, InetFtpDeleteFile method

Topics:

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