| 
   Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits.  | 
L_InetFtpDeleteFile
#include "ltweb.h"
L_LTWEB_API L_INT L_InetFtpDeleteFile(hFtp, pszRemote)
| 
 HFTP hFtp;  | 
 /* handle to an FTP connection */  | 
| 
 L_TCHAR *pszRemote;  | 
 /* name of the file to delete */  | 
Deletes a file stored on the FTP server.
| 
 Parameter  | 
 Description  | 
| 
 hFtp  | 
 Valid HFTP handle to an FTP connection.  | 
| 
 pszRemote  | 
 Character string that contains the name of the file to delete on the FTP server.  | 
Returns
| 
 SUCCESS  | 
 The function was successful.  | 
| 
 < 1  | 
 An error occurred. Refer to Return Codes.  | 
Comments
Removes a file stored on the FTP server.
Required DLLs and Libraries
| 
 LTWEB For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
See Also
| 
 Functions:  | 
|
| 
 Topics:  | 
 FTP Functions: File Manipulation and Sending Bitmaps Over an FTP Connection  | 
| 
 
  | 
Example
For an example, refer to L_InetFtpConnect example.