PowerTCP FTP for .NET
Help Method



Command that help is being requested for.
Sends the "HELP" command to the server.
Syntax
Public Function Help( _
   ByVal command As String _
) As Response
Dim instance As Ftp
Dim command As String
Dim value As Response
 
value = instance.Help(command)
public Response Help( 
   string command
)
public:
Response^ Help( 
   String^ command
) 

Parameters

command
Command that help is being requested for.

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic