NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

FTPFile Output Object (Send-FTP Cmdlet)

This object is created after a file has finished transferring.

Syntax

Object FTPFile {
   string Name;
   int Time;
   long Size;
   int TransferRate;
}

Remarks

Once a file has finished being transferred, the FTPFile object is created with the Name of the file and the Time it took to transfer. TransferRate indicates the transfer rate in KBytes/s, this is calculated by dividing Size by the Time that it took.

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

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