NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

EntryInfo Output Object (Get-FTP Cmdlet)

This object contains details about a file returned from the FTP Server .

Syntax

Object EntryInfo {
   string DirEntry;
   string FileName;
   long FileSize;
   string FileTime;
   bool IsDir;
}

Remarks

After using List to retrieve a directory list from the FTP Server, information about each entry returned in that listing will be stored in one or more EntryInfo objects.

In Unix systems the date is given in two types of formats: If the date is in the last 12 months the exact time is specified and the year is omitted. Otherwise only the date and the year but not hours or minutes are given.

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