NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    FTPCommand Output Object (Send-FTP Cmdlet)

    This object is created when a command is sent to the server.

    Syntax

    Object FTPCommand {
       string Command;
       string Reply;
       string RawResponse;
    }

    Remarks

    When the Command is set, the cmdlet will send the unparsed command to the server and wait for the reply. When the reply is received from the server a FTPCommand object is returned where Reply holds the server's reply code and description.

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]