CFtp Constructor | |
Construct a CFtp object instance.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cCaption,
n,
lStat
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CFtp(
Usual cCaption = default,
Usual n = default,
Usual lStat = default
)
Request Example
View SourceParameters
- 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