EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

ListDirectory Method

List the current directory on an FTP server.

Syntax

[VB.NET]
Public Sub ListDirectory(ByVal FilesToList As String)
[C#]
public void ListDirectory(string filesToList);

Remarks

A listing is requested for the directory or file mask specified in FilesToList. This can be an absolute path on the server, a path relative to RemotePath, or a file mask. The file listing is received through the DirList event.

Similar to ListDirectoryLong, except only file names are returned. If there is no FTP session in place, one is automatically created by first calling the Logon method.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0