Click or drag to resize

CFtp Constructor

X#
Construct a CFtp object instance.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cCaption,
	n,
	lStat
) CLIPPER
Request Example View Source

Parameters

cCaption (Optional)
Type: Usual
Name of the application or entity calling subsequent methods. The default is 'VO Ftp Client'.
n (Optional)
Type: Usual
Port number. The default FTP port number is 21.
lStat (Optional)
Type: Usual
Logical value specifying whether the CFtp:InternetStatus() method should be called for status callback notifications. The default is TRUE.
See Also