FtpListing

Overview

A collection of FtpListingItems representing the contents of a folder on a FTP server.

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack.Ftp
  • Ancestry:

 

constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

constructor

 

FtpListing()

 

init()

 

Sub New()

constructor (ICollection) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(c: ICollection)

 

FtpListing(ICollection c)

 

init(_ c: ICollection)

 

Sub New(c As ICollection)

Parameters:

  • c:

constructor (Int32) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(capacity: Int32)

 

FtpListing(Int32 capacity)

 

init(_ capacity: Int32)

 

Sub New(capacity As Int32)

Parameters:

  • capacity:

Add  virtual

Adds an item to the list.

 

method Add: FtpListingItem

 

FtpListingItem Add()

 

func Add() -> FtpListingItem

 

Function Add() As FtpListingItem

Add (Object)  virtual    (declared in ArrayList) Island, Toffee

 

method Add(item: Object)

 

void Add(Object item)

 

func Add(_ item: Object)

 

Sub Add(item As Object)

Parameters:

  • item:

Clear  virtual    (declared in ArrayList) Island, Toffee

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

Count  virtual    (declared in ArrayList) Island, Toffee

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

description  override Toffee

 

func description() -> NSString

GetSequence  virtual Island, Toffee

 

method GetSequence: IEnumerable<FtpListingItem>

 

IEnumerable<FtpListingItem> GetSequence()

 

func GetSequence() -> INSFastEnumeration<FtpListingItem>

 

Function GetSequence() As IEnumerable<FtpListingItem>

Insert  virtual    (declared in ArrayList) Island, Toffee

 

method Insert(pos: Int32; item: Object)

 

void Insert(Int32 pos, Object item)

 

func Insert(_ pos: Int32, _ item: Object)

 

Sub Insert(pos As Int32, item As Object)

Parameters:

  • pos:
  • item:

Item  virtual    (declared in ArrayList) Island, Toffee

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

Item  virtual

 

property Item[index: Int32]: FtpListingItem read;

 

FtpListingItem Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> FtpListingItem { get{} }

 

ReadOnly Property Item(index As Int32) As FtpListingItem

Parse  virtual

Parses a string retrieved from an FTP server and fills the list with the entries found.

 

method Parse(list: String; includeUpDir: Boolean)

 

void Parse(String list, Boolean includeUpDir)

 

func Parse(_ list: String, _ includeUpDir: Boolean)

 

Sub Parse(list As String, includeUpDir As Boolean)

Parameters:

  • list:
  • includeUpDir:

ToString  virtual

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString

 

Count  virtual    (declared in ArrayList) Island, Toffee

 

property Count: Int32 read;

 

Int32 Count { get; }

 

var Count: Int32 { get{} }

 

ReadOnly Property Count() As Int32

Item  virtual    (declared in ArrayList) Island, Toffee

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

Item  virtual

 

property Item[index: Int32]: FtpListingItem read;

 

FtpListingItem Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> FtpListingItem { get{} }

 

ReadOnly Property Item(index As Int32) As FtpListingItem

 

constructor .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

constructor

 

FtpListing()

 

init()

 

Sub New()

constructor (ICollection) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(c: ICollection)

 

FtpListing(ICollection c)

 

init(_ c: ICollection)

 

Sub New(c As ICollection)

Parameters:

  • c:

constructor (Int32) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(capacity: Int32)

 

FtpListing(Int32 capacity)

 

init(_ capacity: Int32)

 

Sub New(capacity As Int32)

Parameters:

  • capacity:

Add  virtual

Adds an item to the list.

 

method Add: FtpListingItem

 

FtpListingItem Add()

 

func Add() -> FtpListingItem

 

Function Add() As FtpListingItem

Add (Object)  virtual    (declared in ArrayList) Island, Toffee

 

method Add(item: Object)

 

void Add(Object item)

 

func Add(_ item: Object)

 

Sub Add(item As Object)

Parameters:

  • item:

Clear  virtual    (declared in ArrayList) Island, Toffee

 

method Clear

 

void Clear()

 

func Clear()

 

Sub Clear()

description  override Toffee

 

func description() -> NSString

GetSequence  virtual Island, Toffee

 

method GetSequence: IEnumerable<FtpListingItem>

 

IEnumerable<FtpListingItem> GetSequence()

 

func GetSequence() -> INSFastEnumeration<FtpListingItem>

 

Function GetSequence() As IEnumerable<FtpListingItem>

Insert  virtual    (declared in ArrayList) Island, Toffee

 

method Insert(pos: Int32; item: Object)

 

void Insert(Int32 pos, Object item)

 

func Insert(_ pos: Int32, _ item: Object)

 

Sub Insert(pos As Int32, item As Object)

Parameters:

  • pos:
  • item:

Parse  virtual

Parses a string retrieved from an FTP server and fills the list with the entries found.

 

method Parse(list: String; includeUpDir: Boolean)

 

void Parse(String list, Boolean includeUpDir)

 

func Parse(_ list: String, _ includeUpDir: Boolean)

 

Sub Parse(list As String, includeUpDir As Boolean)

Parameters:

  • list:
  • includeUpDir:

ToString  virtual

 

method ToString: PlatformString

 

PlatformString ToString()

 

func ToString() -> String

 

Function ToString() As PlatformString