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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]