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

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]