EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.SendCmd

TElAS3Client     See also    


 

Sends command to the server.

 
 

Declaration

[C#]
    short SendCmd(string Command, params short[] AcceptCodes);

[VB.NET]
    Function SendCmd(ByVal Command As String, ByVal ParamArray AcceptCodes As Short()) As Short

[Pascal]
    function SendCmd(const Command: string; AcceptCodes: array of SmallInt): SmallInt;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Command - one of FTP protocol commands or extension command
  • AcceptCodes - server returning codes which are waited on successful command execution.
 
 

Return value

    Command execution result in case of success (if the result is included to AcceptCodes list), otherwise the EElFTPSError is raised.

 
 

Description

    Use this method to send command to the server.

 
 

See also:     Send    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation